Package org.sqlite.parser.ast
Class Limit
java.lang.Object
org.sqlite.parser.ast.Limit
- All Implemented Interfaces:
ToSql
An instance of this structure holds information about the
LIMIT clause of a SELECT statement.
-
Field Details
-
expr
-
offset
-
-
Constructor Details
-
Limit
-
-
Method Details
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-