|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationDBRef.ColumnChangeCaseEnum | |
---|---|
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 |
Uses of ConfigurationDBRef.ColumnChangeCaseEnum in com.espertech.esper.client |
---|
Methods in com.espertech.esper.client that return ConfigurationDBRef.ColumnChangeCaseEnum | |
---|---|
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(java.lang.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. |
Methods in com.espertech.esper.client with parameters of type ConfigurationDBRef.ColumnChangeCaseEnum | |
---|---|
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. |
Uses of ConfigurationDBRef.ColumnChangeCaseEnum in com.espertech.esper.epl.db |
---|
Methods in com.espertech.esper.epl.db that return ConfigurationDBRef.ColumnChangeCaseEnum | |
---|---|
ConfigurationDBRef.ColumnChangeCaseEnum |
ColumnSettings.getColumnCaseConversionEnum()
Returns the change case policy. |
Constructors in com.espertech.esper.epl.db with parameters of type ConfigurationDBRef.ColumnChangeCaseEnum | |
---|---|
ColumnSettings(ConfigurationDBRef.MetadataOriginEnum metadataOriginEnum,
ConfigurationDBRef.ColumnChangeCaseEnum columnCaseConversionEnum,
java.util.Map<java.lang.Integer,java.lang.String> javaSqlTypeBinding)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |