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 LiteralExprLiteralExpr.EMPTY_STRINGstatic final LiteralExprLiteralExpr.NULLRepresents a literalNULLexpression.Methods in org.sqlite.parser.ast that return LiteralExprModifier and TypeMethodDescriptionstatic LiteralExprColumnDefinition.getDefault()ForeignKeyClause.getDeleteRule()ColumnNameAndType.getTypeExpr()ForeignKeyClause.getUpdateRule()static LiteralExprLiteralExpr.integer(int value) Represents a literal integer expression.static LiteralExpr