![]() | ConfigurationCommonDBRef Class |
Namespace: com.espertech.esper.common.client.configuration.common
[SerializableAttribute] public class ConfigurationCommonDBRef
The ConfigurationCommonDBRef type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigurationCommonDBRef |
Ctor.
|
Name | Description | |
---|---|---|
![]() | ColumnChangeCase |
Returns enum value determining how the runtimechanges case on output column names
returned from statement or statement result set metadata.
|
![]() | ConnectionAutoCommit |
Sets the auto-commit connection settings for new connections to this database.
|
![]() | ConnectionCatalog |
Sets the catalog name for new connections created for this database.
|
![]() | ConnectionFactoryDesc |
Returns the descriptor controlling connection creation settings.
|
![]() | ConnectionLifecycleEnum |
Returns the setting to control whether a new connection is obtained for each lookup,
or connections are retained between lookups.
|
![]() | ConnectionReadOnly |
Sets the read-only flag on new connections created for this database.
|
![]() | ConnectionSettings |
Returns the connection settings for this database.
|
![]() | ConnectionTransactionIsolation |
Sets the transaction isolation level on new connections created for this database.
|
![]() | DataCacheDesc |
Return a query result data cache descriptor.
|
![]() | DataTypesMapping |
Returns the mapping of types that the runtime must perform
when receiving output columns of that sql types.
|
![]() | MetadataOrigin |
Sets and indicator how the runtime should retrieve metadata about the columns
that a given SQL query returns.
The runtime requires to retrieve result column names and types in order to build a resulting
event type and perform expression type checking.
|
![]() | MetadataRetrievalEnum |
Returns an enumeration indicating how the runtime retrieves metadata about the columns
that a given SQL query returns.
The runtime requires to retrieve result column names and types in order to build a resulting
event type and perform expression type checking.
|
Name | Description | |
---|---|---|
![]() | AddTypeBinding |
Adds the SQL types binding.
|
![]() | SetDatabaseDriver(DriverConnectionFactoryDesc) |
Sets the database driver.
|
![]() | SetDatabaseDriver(String, Properties) | Sets the database driver. |
![]() | SetDatabaseDriver(String, String, Properties) | Sets the database driver. |
![]() | SetDataSourceConnection |
Sets the connection factory to use to obtain a connection.
|
![]() | SetDataSourceFactory |
Set the connection factory to use a factory class.
|
![]() | SetExpiryTimeCache(Double, Double) |
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds.
Specifies the cache reference type to be weak references. Weak reference cache entries become
eligible for garbage collection and are removed from cache when the garbage collection requires so.
|
![]() | SetExpiryTimeCache(Double, Double, CacheReferenceType) |
Configures an expiry-time cache of the given maximum age in seconds and purge interval in seconds. Also allows
setting the reference type indicating whether garbage collection may remove entries from cache.
|
![]() | SetLRUCache |
Configures a LRU cache of the given size for the database.
|