 | SQLStreamCreate Method (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
)
Parameters
- databaseName
- Type: SystemString
is the database name to poll - sqlWithSubsParams
- Type: SystemString
is the SQL to use
Return Value
Type:
SQLStreamstream
See Also