Click or drag to resize

DataSourceFactory Class

Connection factory settings for using a Apache DBCP or other provider DataSource factory.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonDataSourceFactory

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

The DataSourceFactory type exposes the following members.

Constructors
  NameDescription
Public methodDataSourceFactory
Ctor.
Top
Properties
  NameDescription
Public propertyFactoryClassname
Returns the class name of the data source factory.
Public propertyProperties
Returns the properties to pass to the static createDataSource method provided.
Top
Methods
  NameDescription
Public methodAddProperty
Adds a property.
Top
See Also