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 Summary

    Modifier and Type
    Method
    Description
    Specifies the charset property: The charset of the database..
  • Method Details

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