Uses of Class
com.espertech.esper.common.client.soda.RowLimitClause
Package
Description
This package defines the Esper statement object model.
-
Uses of RowLimitClause in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionstatic RowLimitClause
RowLimitClause.create
(int numRows) Creates a row limit clause.static RowLimitClause
RowLimitClause.create
(int numRows, int offset) Creates a row limit clause.static RowLimitClause
Creates a row limit clause.static RowLimitClause
Creates a row limit clause.EPStatementObjectModel.getRowLimitClause()
Returns the row limit specification, or null if none supplied.Modifier and TypeMethodDescriptionvoid
EPStatementObjectModel.setRowLimitClause
(RowLimitClause rowLimitClause) Sets the row limit specification, or null if none applicable.