public interface MatchPhraseConstants
MatchPhraseDictionary| Modifier and Type | Field and Description |
|---|---|
static int |
ALL
Entire set of substring replacement definitions
|
static int |
CUSTOM
Custom set of substring replacement definitions
|
static int |
PRESERVE
Set of substring tokens which must be preserved during conversion
|
static int |
SQL_MODE_DEFAULT
Indicates no SQL conversion override; use default behavior for SQL tables and columns
|
static int |
SQL_MODE_MINIMAL
Indicates SQL conversion override to make minimal name changes (replace illegal names only)
|
static int |
SQL_MODE_VERBATIM
Indicates SQL conversion override to leave names entirely unchanged (achieved by quoting them)
|
static int |
STANDARD
Standard set of substring replacement definitions
|
static int |
TYPE_CLASS
Indicates conversion to a Java class symbol name
|
static int |
TYPE_COLUMN
Indicates conversion to an SQL table column symbol name
|
static int |
TYPE_CONSTANT
Indicates conversion to a Java "constant" symbol name
|
static int |
TYPE_DATABASE
Indicates conversion to an SQL database symbol name
|
static int |
TYPE_DENORMALIZED_PROPERTY
Indicates conversion to a denormalized DMO property name.
|
static int |
TYPE_INDEX
Indicates conversion to an SQL index symbol name
|
static int |
TYPE_METHOD
Indicates conversion to a Java method symbol name
|
static int |
TYPE_PROPERTY
Indicates conversion to a DMO property name
|
static int |
TYPE_SIMPLE
Indicates no extra conversion other than simple syllable replacements
|
static int |
TYPE_TABLE
Indicates conversion to an SQL database table symbol name
|
static int |
TYPE_VARIABLE
Indicates conversion to a Java variable symbol name
|
static final int STANDARD
static final int CUSTOM
static final int PRESERVE
static final int ALL
static final int TYPE_SIMPLE
static final int TYPE_VARIABLE
static final int TYPE_METHOD
static final int TYPE_CONSTANT
static final int TYPE_CLASS
static final int TYPE_DATABASE
static final int TYPE_TABLE
static final int TYPE_COLUMN
static final int TYPE_INDEX
static final int TYPE_PROPERTY
static final int TYPE_DENORMALIZED_PROPERTY
static final int SQL_MODE_DEFAULT
static final int SQL_MODE_MINIMAL
static final int SQL_MODE_VERBATIM