Interface Database.DefinitionStages.WithCharset

All Known Subinterfaces:
Database.Definition, Database.DefinitionStages.WithCreate
Enclosing interface:
Database.DefinitionStages

public static interface Database.DefinitionStages.WithCharset
The stage of the Database definition allowing to specify charset.
  • Method Details

    • withCharset

      Specifies the charset property: The charset of the database..
      Parameters:
      charset - The charset of the database.
      Returns:
      the next definition stage.