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