Interface SqlPool.DefinitionStages.WithCollation

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

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

    • withCollation

      SqlPool.DefinitionStages.WithCreate withCollation(String collation)
      Specifies the collation property: Collation mode.
      Parameters:
      collation - Collation mode.
      Returns:
      the next definition stage.