|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationDBRef.ColumnChangeCaseEnum | |
---|---|
net.esper.client | This package defines the central Esper Client APIs. |
net.esper.eql.db | Database SQL polling views and caches |
Uses of ConfigurationDBRef.ColumnChangeCaseEnum in net.esper.client |
---|
Methods in net.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(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're declared. |
Methods in net.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 net.esper.eql.db |
---|
Methods in net.esper.eql.db that return ConfigurationDBRef.ColumnChangeCaseEnum | |
---|---|
ConfigurationDBRef.ColumnChangeCaseEnum |
ColumnSettings.getColumnCaseConversionEnum()
Returns the change case policy. |
Constructors in net.esper.eql.db with parameters of type ConfigurationDBRef.ColumnChangeCaseEnum | |
---|---|
ColumnSettings(ConfigurationDBRef.MetadataOriginEnum metadataOriginEnum,
ConfigurationDBRef.ColumnChangeCaseEnum columnCaseConversionEnum,
Map<Integer,String> javaSqlTypeBinding)
Ctor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |