![]() | RowLimitClause Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class RowLimitClause
The RowLimitClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | RowLimitClause |
Initializes a new instance of the RowLimitClause class.
|
![]() | RowLimitClause(NullableT, Void, Int32, NullableT) | Initializes a new instance of the RowLimitClause class |
Name | Description | |
---|---|---|
![]() | NumRows |
Returns the maximum number of rows, or null if using variable.
|
![]() | NumRowsVariable |
Returns the variable providing maximum number of rows, or null if using
constant.
|
![]() | OptionalOffsetRows |
Returns the offset, or null if using variable or not using offset.
|
![]() | OptionalOffsetRowsVariable |
Returns the name of the variable providing offset values.
|
Name | Description | |
---|---|---|
![]() ![]() | Create(Int32) |
Creates a row limit clause.
|
![]() ![]() | Create(String) |
Creates a row limit clause.
|
![]() ![]() | Create(Int32, Int32) |
Creates a row limit clause.
|
![]() ![]() | Create(String, String) |
Creates a row limit clause.
|
![]() | ToEPL |
Renders the clause in textual representation.
|