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