 | SQLStream Constructor (String, String, String, String) |
Ctor.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic SQLStream(
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 optional as-name of the stream, or null if unnamed - optionalMetadataSQL
- Type: SystemString
optional SQL delivering metadata of statement
See Also