Class DatabaseProperties


  • public final class DatabaseProperties
    extends Object
    The properties of a database.
    • Constructor Detail

      • DatabaseProperties

        public DatabaseProperties()
    • Method Detail

      • charset

        public String charset()
        Get the charset property: The charset of the database.
        Returns:
        the charset value.
      • withCharset

        public DatabaseProperties withCharset​(String charset)
        Set the charset property: The charset of the database.
        Parameters:
        charset - the charset value to set.
        Returns:
        the DatabaseProperties object itself.
      • collation

        public String collation()
        Get the collation property: The collation of the database.
        Returns:
        the collation value.
      • withCollation

        public DatabaseProperties withCollation​(String collation)
        Set the collation property: The collation of the database.
        Parameters:
        collation - the collation value to set.
        Returns:
        the DatabaseProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.