Uses of Class
io.trino.sql.tree.Property
Packages that use Property
-
Uses of Property in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type PropertyModifier and TypeMethodDescriptionCreateSchema.getChildren()Analyze.getProperties()ColumnDefinition.getProperties()CreateCatalog.getProperties()CreateMaterializedView.getProperties()CreateSchema.getProperties()CreateTable.getProperties()CreateTableAsSelect.getProperties()SetProperties.getProperties()Methods in io.trino.sql.tree with parameters of type PropertyModifier and TypeMethodDescriptionprotected 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 PropertyModifierConstructorDescriptionAnalyze(NodeLocation location, QualifiedName tableName, List<Property> properties) Analyze(QualifiedName tableName, List<Property> properties) ColumnDefinition(NodeLocation location, QualifiedName name, DataType type, boolean nullable, List<Property> properties, Optional<String> comment) ColumnDefinition(QualifiedName name, DataType type, boolean nullable, List<Property> properties, Optional<String> comment) CreateCatalog(Identifier catalogName, boolean notExists, Identifier connectorName, List<Property> properties, Optional<PrincipalSpecification> principal, Optional<String> comment) CreateCatalog(NodeLocation location, Identifier catalogName, boolean notExists, Identifier connectorName, List<Property> properties, Optional<PrincipalSpecification> principal, Optional<String> comment) CreateMaterializedView(Optional<NodeLocation> location, QualifiedName name, Query query, boolean replace, boolean notExists, Optional<IntervalLiteral> gracePeriod, 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, SaveMode saveMode, List<Property> properties, boolean withData, Optional<List<Identifier>> columnAliases, Optional<String> comment) CreateTableAsSelect(QualifiedName name, Query query, SaveMode saveMode, 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)