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