Interface Database.UpdateStages.WithCharset

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

    public static interface Database.UpdateStages.WithCharset
    The stage of the Database update allowing to specify charset.
    • Method Detail

      • withCharset

        Database.Update withCharset​(String charset)
        Specifies the charset property: The charset of the database..
        Parameters:
        charset - The charset of the database.
        Returns:
        the next definition stage.