Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static 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 |
RowLimitClause.create(String numRowsVariable)
Creates a row limit clause.
|
static RowLimitClause |
RowLimitClause.create(String numRowsVariable,
String offsetVariable)
Creates a row limit clause.
|
RowLimitClause |
EPStatementObjectModel.getRowLimitClause()
Returns the row limit specification, or null if none supplied.
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementObjectModel.setRowLimitClause(RowLimitClause rowLimitClause)
Sets the row limit specification, or null if none applicable.
|