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.MetadataOriginEnum |
ConfigurationCommonDBRef.getMetadataRetrievalEnum()
Returns an enumeration indicating how the runtime retrieves metadata about the columns
that a given SQL query returns.
|
static ConfigurationCommonDBRef.MetadataOriginEnum |
ConfigurationCommonDBRef.MetadataOriginEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationCommonDBRef.MetadataOriginEnum[] |
ConfigurationCommonDBRef.MetadataOriginEnum.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.setMetadataOrigin(ConfigurationCommonDBRef.MetadataOriginEnum metadataOrigin)
Sets and indicator how the runtime should retrieve metadata about the columns
that a given SQL query returns.
|