Click or drag to resize

SQLStreamCreate Method (String, String, String, String)

Creates a new SQL-based stream.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static SQLStream Create(
	string databaseName,
	string sqlWithSubsParams,
	string optStreamName,
	string optionalMetadataSQL
)

Parameters

databaseName
Type: SystemString
is the database name to poll
sqlWithSubsParams
Type: SystemString
is the SQL to use
optStreamName
Type: SystemString
is the as-name of the stream
optionalMetadataSQL
Type: SystemString
optional SQL delivering metadata of statement

Return Value

Type: SQLStream
stream
See Also