Click or drag to resize

DriverConnectionFactoryDesc Class

Connection factory settings for using a driver.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonDriverConnectionFactoryDesc

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 DriverConnectionFactoryDesc : ConnectionFactoryDesc

The DriverConnectionFactoryDesc type exposes the following members.

Constructors
  NameDescription
Public methodDriverConnectionFactoryDesc
Ctor.
Top
Properties
  NameDescription
Public propertyDriverName
Returns the driver manager class name.
Public propertyDriverProperties
Returns the properties to use for obtaining a connection via driver manager.
Top
Methods
  NameDescription
Public methodMerge
Merges the specified properties to merge.
Top
See Also