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()CreateView.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) 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(NodeLocation location, Identifier catalogName, boolean notExists, Identifier connectorName, List<Property> properties, Optional<PrincipalSpecification> principal, Optional<String> comment) CreateMaterializedView(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) 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) Deprecated.CreateView(NodeLocation location, QualifiedName name, Query query, boolean replace, Optional<String> comment, Optional<CreateView.Security> security, List<Property> properties) CreateView(QualifiedName name, Query query, boolean replace, Optional<String> comment, Optional<CreateView.Security> security, List<Property> properties) Deprecated.SetProperties(NodeLocation location, SetProperties.Type type, QualifiedName name, List<Property> properties)