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

Returns true to indicate a setting to retain connections between lookups.

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

Syntax

Visual Basic (Declaration)
Function GetConnectionCache ( _
	databaseName As String, _
	preparedStatementText As String _
) As ConnectionCache
C#
ConnectionCache GetConnectionCache (
	string databaseName,
	string preparedStatementText
)
Visual C++
ConnectionCache^ GetConnectionCache (
	String^ databaseName, 
	String^ preparedStatementText
)

Parameters

databaseName
System.String
is the name of the database
preparedStatementText
System.String
is the sql text

Return Value

a cache implementation to cache connection and prepared statements