Uses of Class
org.sqlite.parser.ast.IndexedColumn
Packages that use IndexedColumn
-
Uses of IndexedColumn in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast with type parameters of type IndexedColumnModifier and TypeFieldDescriptionfinal List<IndexedColumn>
CommonTableExpr.columns
final List<IndexedColumn>
CreateView.columns
final List<IndexedColumn>
ForeignKeyClause.columns
final List<IndexedColumn>
ForeignKeyTableConstraint.columns
Constructor parameters in org.sqlite.parser.ast with type arguments of type IndexedColumnModifierConstructorDescriptionCommonTableExpr
(String tblName, List<IndexedColumn> columns, Select select) CreateView
(boolean temporary, boolean ifNotExists, QualifiedName viewName, List<IndexedColumn> columns, Select select) ForeignKeyClause
(String tblName, List<IndexedColumn> columns, List<RefArg> args) ForeignKeyTableConstraint
(String name, List<IndexedColumn> columns, ForeignKeyClause clause, DeferSubclause derefClause)