SqlPool.DefinitionStages.WithCollation Interface
public static interface SqlPool.DefinitionStages.WithCollation
The stage of the SqlPool definition allowing to specify collation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withCollation(String collation)
Specifies the collation property: Collation mode. |
Method Details
withCollation
public abstract SqlPool.DefinitionStages.WithCreate withCollation(String collation)
Specifies the collation property: Collation mode.
Parameters:
Returns: