public final class Settings
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
DEFAULTS |
|
static java.lang.String[] |
settings |
|
static java.lang.String |
USE_UPPERCASE |
If value equal
true, then the keywords of SQL are converted
to uppercase otherwise them are converted to lowercase. |
| Constructor | Description |
|---|---|
Settings() |
public static final java.lang.String[] settings
public static final java.util.Map<java.lang.String,java.lang.String> DEFAULTS
public static final java.lang.String USE_UPPERCASE
true, then the keywords of SQL are converted
to uppercase otherwise them are converted to lowercase.