Uses of Package
org.sqlite.parser.ast
Packages that use org.sqlite.parser.ast
-
Classes in org.sqlite.parser.ast used by org.sqlite.parser
-
Classes in org.sqlite.parser.ast used by org.sqlite.parser.astClassDescriptionThe AST node corresponding to an expression.Represents a call to a built-in function.Represents an
ISNULL
/IS NULL
or aNOTNULL
expression.Represents a textual comparison expression.The AST node corresponding to a textual comparison operator in an expression.An instance of this structure holds information about the LIMIT clause of a SELECT statement.literal-valueWe need the column name(s) so onlyPrimaryKeyTableConstraint
implements this interface (notPrimaryKeyColumnConstraint
).An instance of the following structure describes the event of a TRIGGER.The AST node corresponding to a column or value type.The AST node corresponding to an optional size annotation on a column or value type.An instance of this object holds the argument of the ON CONFLICT clause of an UPSERT.The AST node corresponding to eachWHEN
-THEN
pair of subexpressions in aCASE
expression.