Click or drag to resize

ConnectionSettings Class

Supplies connection-level settings for a given database name.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConnectionSettings

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConnectionSettings

The ConnectionSettings type exposes the following members.

Constructors
  NameDescription
Public methodConnectionSettings
Initializes a new instance of the ConnectionSettings class
Top
Properties
  NameDescription
Public propertyAutoCommit
Returns a boolean indicating auto-commit, or null if not set and default accepted.
Public propertyCatalog
Gets the name of the catalog to set on new database connections, or null for default.
Public propertyReadOnly
Returns a boolean indicating read-only, or null if not set and default accepted.
Public propertyTransactionIsolation
Returns the connection settings for transaction isolation level.
Top
See Also