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
|
com.espertech.esper.common.internal.epl.historical.database.core |
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(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.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationCommonDBRef.ColumnChangeCaseEnum |
ColumnSettings.getColumnCaseConversionEnum()
Returns the change case policy.
|
Constructor and Description |
---|
ColumnSettings(ConfigurationCommonDBRef.MetadataOriginEnum metadataOriginEnum,
ConfigurationCommonDBRef.ColumnChangeCaseEnum columnCaseConversionEnum,
Map<Integer,String> javaSqlTypeBinding)
Ctor.
|
Copyright © 2005–2022. All rights reserved.