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

Implementation of a connection cache that simply doesn't cache but gets a new connection and statement every request, and closes these every time a client indicates done.

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

Syntax

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

Inheritance Hierarchy

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