Package | Description |
---|---|
org.josql | |
org.josql.parser |
Modifier and Type | Method and Description |
---|---|
Limit |
Query.getLimit()
Get the object that represents the limit clause.
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setGroupByLimit(Limit g) |
void |
Query.setLimit(Limit l)
Set the object that represents the limit clause.
|
Modifier and Type | Method and Description |
---|---|
Limit |
JoSQLParser.GroupLimit() |
Limit |
JoSQLParser.Limit() |