Uses of Class
com.espertech.esper.common.client.soda.RowLimitClause
Packages that use RowLimitClause
Package
Description
This package defines the Esper statement object model.
-
Uses of RowLimitClause in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return RowLimitClauseModifier 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.Methods in com.espertech.esper.common.client.soda with parameters of type RowLimitClauseModifier and TypeMethodDescriptionvoid
EPStatementObjectModel.setRowLimitClause
(RowLimitClause rowLimitClause) Sets the row limit specification, or null if none applicable.