Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InitializationVariables

User-defined service variables set only at DB system initialization. These variables cannot be changed later at runtime.

Properties

Optional lowerCaseTableNames

lowerCaseTableNames: LowerCaseTableNames

Represents the MySQL server system variable lower_case_table_names (https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_lower_case_table_names).

lowerCaseTableNames controls case-sensitivity of tables and schema names and how they are stored in the DB System.

Valid values are: - CASE_SENSITIVE - (default) Table and schema name comparisons are case-sensitive and stored as specified. (lower_case_table_names=0) - CASE_INSENSITIVE_LOWERCASE - Table and schema name comparisons are not case-sensitive and stored in lowercase. (lower_case_table_names=1)

Functions

getDeserializedJsonObj

getJsonObj