Click or drag to resize

ConfigurationCommonDBRef Properties

The ConfigurationCommonDBRef type exposes the following members.

Properties
  NameDescription
Public propertyColumnChangeCase
Returns enum value determining how the runtimechanges case on output column names returned from statement or statement result set metadata.
Public propertyConnectionAutoCommit
Sets the auto-commit connection settings for new connections to this database.
Public propertyConnectionCatalog
Sets the catalog name for new connections created for this database.
Public propertyConnectionFactoryDesc
Returns the descriptor controlling connection creation settings.
Public propertyConnectionLifecycleEnum
Returns the setting to control whether a new connection is obtained for each lookup, or connections are retained between lookups.
Public propertyConnectionReadOnly
Sets the read-only flag on new connections created for this database.
Public propertyConnectionSettings
Returns the connection settings for this database.
Public propertyConnectionTransactionIsolation
Sets the transaction isolation level on new connections created for this database.
Public propertyDataCacheDesc
Return a query result data cache descriptor.
Public propertyDataTypesMapping
Returns the mapping of types that the runtime must perform when receiving output columns of that sql types.
Public propertyMetadataOrigin
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.

Public propertyMetadataRetrievalEnum
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.

Top
See Also