[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Caches the Connection and DbCommand instance for reuse.

Namespace: net.esper.eql.db
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class ConnectionCacheImpl _
	Inherits ConnectionCache
C#
public class ConnectionCacheImpl : ConnectionCache
Visual C++
public ref class ConnectionCacheImpl : public ConnectionCache

Inheritance Hierarchy

System.Object
  net.esper.eql.db.ConnectionCache
    net.esper.eql.db.ConnectionCacheImpl