public static final class Session.StaticSettings
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
caseInsensitiveIdentifiers
Whether all identifiers are case insensitive.
|
boolean |
databaseToLower
Whether unquoted identifiers are converted to lower case.
|
boolean |
databaseToUpper
Whether unquoted identifiers are converted to upper case.
|
| Constructor and Description |
|---|
StaticSettings(boolean databaseToUpper,
boolean databaseToLower,
boolean caseInsensitiveIdentifiers)
Creates new instance of static settings.
|
public final boolean databaseToUpper
public final boolean databaseToLower
public final boolean caseInsensitiveIdentifiers
public StaticSettings(boolean databaseToUpper,
boolean databaseToLower,
boolean caseInsensitiveIdentifiers)
databaseToUpper - whether unquoted identifiers are converted to upper casedatabaseToLower - whether unquoted identifiers are converted to lower casecaseInsensitiveIdentifiers - whether all identifiers are case insensitive