Interface Database.DefinitionStages.WithCollation

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

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

    • withCollation

      Database.DefinitionStages.WithCreate withCollation(String collation)
      Specifies the collation property: The collation of the database..
      Parameters:
      collation - The collation of the database.
      Returns:
      the next definition stage.