Uses of Class
org.sqlite.parser.ast.LiteralExpr
Packages that use LiteralExpr
-
Uses of LiteralExpr in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast declared as LiteralExprModifier and TypeFieldDescriptionstatic final LiteralExpr
LiteralExpr.EMPTY_STRING
static final LiteralExpr
LiteralExpr.NULL
Represents a literalNULL
expression.Methods in org.sqlite.parser.ast that return LiteralExprModifier and TypeMethodDescriptionstatic LiteralExpr
ColumnDefinition.getDefault()
ForeignKeyClause.getDeleteRule()
ColumnNameAndType.getTypeExpr()
ForeignKeyClause.getUpdateRule()
static LiteralExpr
LiteralExpr.integer
(int value) Represents a literal integer expression.static LiteralExpr