Uses of Class
io.prestosql.sql.tree.Property
-
Packages that use Property Package Description io.prestosql.sql.tree -
-
Uses of Property in io.prestosql.sql.tree
Methods in io.prestosql.sql.tree that return types with arguments of type Property Modifier and Type Method Description java.util.List<Property>CreateSchema. getChildren()java.util.List<Property>Analyze. getProperties()java.util.List<Property>ColumnDefinition. getProperties()java.util.List<Property>CreateSchema. getProperties()java.util.List<Property>CreateTable. getProperties()java.util.List<Property>CreateTableAsSelect. getProperties()Methods in io.prestosql.sql.tree with parameters of type Property Modifier and Type Method Description protected RAstVisitor. visitProperty(Property node, C context)protected java.lang.VoidDefaultTraversalVisitor. visitProperty(Property node, C context)Constructor parameters in io.prestosql.sql.tree with type arguments of type Property Constructor Description Analyze(NodeLocation location, QualifiedName tableName, java.util.List<Property> properties)Analyze(QualifiedName tableName, java.util.List<Property> properties)ColumnDefinition(Identifier name, DataType type, boolean nullable, java.util.List<Property> properties, java.util.Optional<java.lang.String> comment)ColumnDefinition(NodeLocation location, Identifier name, DataType type, boolean nullable, java.util.List<Property> properties, java.util.Optional<java.lang.String> comment)CreateSchema(NodeLocation location, QualifiedName schemaName, boolean notExists, java.util.List<Property> properties, java.util.Optional<PrincipalSpecification> principal)CreateSchema(QualifiedName schemaName, boolean notExists, java.util.List<Property> properties)CreateSchema(QualifiedName schemaName, boolean notExists, java.util.List<Property> properties, java.util.Optional<PrincipalSpecification> principal)CreateTableAsSelect(NodeLocation location, QualifiedName name, Query query, boolean notExists, java.util.List<Property> properties, boolean withData, java.util.Optional<java.util.List<Identifier>> columnAliases, java.util.Optional<java.lang.String> comment)CreateTableAsSelect(QualifiedName name, Query query, boolean notExists, java.util.List<Property> properties, boolean withData, java.util.Optional<java.util.List<Identifier>> columnAliases, java.util.Optional<java.lang.String> comment)
-