Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.epl.db |
Database SQL polling views and caches
|
Modifier and Type | Method and Description |
---|---|
ConfigurationDBRef.ColumnChangeCaseEnum |
ConfigurationDBRef.getColumnChangeCase()
Returns enum value determining how the engine changes case on output column names
returned from statement or statement result set metadata.
|
static ConfigurationDBRef.ColumnChangeCaseEnum |
ConfigurationDBRef.ColumnChangeCaseEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationDBRef.ColumnChangeCaseEnum[] |
ConfigurationDBRef.ColumnChangeCaseEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationDBRef.setColumnChangeCase(ConfigurationDBRef.ColumnChangeCaseEnum columnChangeCaseEnum)
Sets enum value determining how the engine should change case on output column names
returned from statement or statement result set metadata.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationDBRef.ColumnChangeCaseEnum |
ColumnSettings.getColumnCaseConversionEnum()
Returns the change case policy.
|
Constructor and Description |
---|
ColumnSettings(ConfigurationDBRef.MetadataOriginEnum metadataOriginEnum,
ConfigurationDBRef.ColumnChangeCaseEnum columnCaseConversionEnum,
Map<Integer,String> javaSqlTypeBinding)
Ctor.
|