![]() | SQLStream Class |
Namespace: com.espertech.esper.common.client.soda
public class SQLStream : Stream
The SQLStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | SQLStream |
Ctor.
|
![]() | SQLStream(String, String, String, String) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | DatabaseName |
Returns the database name.
|
![]() | OptionalMetadataSQL |
Returns the metadata SQL if any.
|
![]() | SqlWithSubsParams |
Returns the SQL with optional substitution parameters in the SQL.
|
![]() | StreamName |
Returns the stream name.
(Inherited from Stream.) |
Name | Description | |
---|---|---|
![]() ![]() | Create(String, String) |
Creates a new SQL-based stream.
|
![]() ![]() | Create(String, String, String) |
Creates a new SQL-based stream.
|
![]() ![]() | Create(String, String, String, String) |
Creates a new SQL-based stream.
|
![]() | SetDatabaseName |
Sets the database name.
|
![]() | SetSqlWithSubsParams |
Sets the SQL with optional substitution parameters in the SQL.
|
![]() | ToEPL |
Renders the clause in textual representation.
(Inherited from Stream.) |
![]() | ToEPLStream | (Overrides StreamToEPLStream(TextWriter, EPStatementFormatter).) |
![]() | ToEPLStreamOptions | (Overrides StreamToEPLStreamOptions(TextWriter).) |
![]() | ToEPLStreamType | (Overrides StreamToEPLStreamType(TextWriter).) |