Package | Description |
---|---|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCommonDBRef.ColumnChangeCaseEnum |
ConfigurationCommonDBRef.getColumnChangeCase()
Returns enum value determining how the runtime changes case on output column names
returned from statement or statement result set metadata.
|
static ConfigurationCommonDBRef.ColumnChangeCaseEnum |
ConfigurationCommonDBRef.ColumnChangeCaseEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationCommonDBRef.ColumnChangeCaseEnum[] |
ConfigurationCommonDBRef.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 |
ConfigurationCommonDBRef.setColumnChangeCase(ConfigurationCommonDBRef.ColumnChangeCaseEnum columnChangeCaseEnum)
Sets enum value determining how the runtime should change case on output column names
returned from statement or statement result set metadata.
|