Interface Database.UpdateStages.WithCollation

All Known Subinterfaces:
Database.Update
Enclosing interface:
Database.UpdateStages

public static interface Database.UpdateStages.WithCollation
The stage of the Database update allowing to specify collation.
  • Method Summary

    Modifier and Type
    Method
    Description
    withCollation(String collation)
    Specifies the collation property: The collation of the database..
  • Method Details

    • withCollation

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