Click or drag to resize

RowLimitClause Class

Specification object for a row limit.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaRowLimitClause

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class RowLimitClause

The RowLimitClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyNumRows
Returns the maximum number of rows, or null if using variable.
Public propertyNumRowsVariable
Returns the variable providing maximum number of rows, or null if using constant.
Public propertyOptionalOffsetRows
Returns the offset, or null if using variable or not using offset.
Public propertyOptionalOffsetRowsVariable
Returns the name of the variable providing offset values.
Top
Methods
  NameDescription
Public methodStatic memberCreate(Int32)
Creates a row limit clause.
Public methodStatic memberCreate(String)
Creates a row limit clause.
Public methodStatic memberCreate(Int32, Int32)
Creates a row limit clause.
Public methodStatic memberCreate(String, String)
Creates a row limit clause.
Public methodToEPL
Renders the clause in textual representation.
Top
See Also