Click or drag to resize

SQLStream Class

An SQL stream that polls via SQL for events via join.
Inheritance Hierarchy

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class SQLStream : Stream

The SQLStream type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDatabaseName
Returns the database name.
Public propertyOptionalMetadataSQL
Returns the metadata SQL if any.
Public propertySqlWithSubsParams
Returns the SQL with optional substitution parameters in the SQL.
Public propertyStreamName
Returns the stream name.
(Inherited from Stream.)
Top
Methods
See Also