 | SQLStreamCreate Method (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
Syntaxpublic static SQLStream Create(
string databaseName,
string sqlWithSubsParams,
string optStreamName
)
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
Return Value
Type:
SQLStreamstream
See Also