Session.StaticSettings

Static settings.

Methods
StaticSettings(boolean databaseToUpper, boolean databaseToLower, boolean caseInsensitiveIdentifiers)
Creates new instance of static settings.
StaticSettings(boolean databaseToUpper, boolean databaseToLower, boolean caseInsensitiveIdentifiers)
Creates new instance of static settings.
Parameters:
databaseToUpper - whether unquoted identifiers are converted to upper case
databaseToLower - whether unquoted identifiers are converted to lower case
caseInsensitiveIdentifiers - whether all identifiers are case insensitive

Fields
static boolean caseInsensitiveIdentifiers
static boolean databaseToLower
static boolean databaseToUpper

caseInsensitiveIdentifiers

Whether all identifiers are case insensitive.

databaseToLower

Whether unquoted identifiers are converted to lower case.

databaseToUpper

Whether unquoted identifiers are converted to upper case.