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 Detail

      • 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.