Uses of Class
io.trino.sql.tree.TableElement
-
Packages that use TableElement Package Description io.trino.sql.tree -
-
Uses of TableElement in io.trino.sql.tree
Subclasses of TableElement in io.trino.sql.tree Modifier and Type Class Description classColumnDefinitionclassLikeClauseMethods in io.trino.sql.tree that return types with arguments of type TableElement Modifier and Type Method Description List<TableElement>CreateTable. getElements()Methods in io.trino.sql.tree with parameters of type TableElement Modifier and Type Method Description protected RAstVisitor. visitTableElement(TableElement node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type TableElement Constructor Description CreateTable(NodeLocation location, QualifiedName name, List<TableElement> elements, boolean notExists, List<Property> properties, Optional<String> comment)CreateTable(QualifiedName name, List<TableElement> elements, boolean notExists, List<Property> properties, Optional<String> comment)
-