- Vacuum - Class in org.sqlite.parser.ast
-
- Vacuum(String) - Constructor for class org.sqlite.parser.ast.Vacuum
-
- value - Variable in class org.sqlite.parser.ast.LiteralExpr
-
- value - Variable in class org.sqlite.parser.ast.Pragma
-
- valueOf(String) - Static method in enum org.sqlite.parser.ast.CompoundOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.Distinctness
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.ExplainKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.InitDeferredPred
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.LikeOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.LiteralType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.NullOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.RefAct
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.ResolveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.TransactionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.TriggerEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.TriggerTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.parser.ast.UnaryOperator
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.sqlite.parser.ast.OneSelect
-
- values() - Static method in enum org.sqlite.parser.ast.CompoundOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.Distinctness
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.ExplainKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.InitDeferredPred
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.JoinType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.LikeOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.LiteralType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.NullOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.RefAct
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.ResolveType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.TransactionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.TriggerEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.TriggerTime
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.parser.ast.UnaryOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variable - Variable in class org.sqlite.parser.ast.VariableExpr
-
- VariableExpr - Class in org.sqlite.parser.ast
-
bind-parameter
Represents
a positional-variable expression, written in SQL as ?
or
a numbered positional variable expression, written in SQL as ?nnn
or
a named positional variable expression, written in SQL as :aaaa
.
- VariableExpr(String) - Constructor for class org.sqlite.parser.ast.VariableExpr
-
- viewName - Variable in class org.sqlite.parser.ast.CreateView
-