Interface SqlPool.UpdateStages.WithCollation

  • All Known Subinterfaces:
    SqlPool.Update
    Enclosing interface:
    SqlPool.UpdateStages

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

      • withCollation

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