Uses of Class
org.apache.cassandra.cql3.statements.schema.TableAttributes
Packages that use TableAttributes
-
Uses of TableAttributes in org.apache.cassandra.cql3.statements.schema
Fields in org.apache.cassandra.cql3.statements.schema declared as TableAttributesModifier and TypeFieldDescriptionfinal TableAttributesAlterTableStatement.Raw.attrsfinal TableAttributesCreateTableStatement.Raw.attrsfinal TableAttributesCreateViewStatement.Raw.attrsConstructors in org.apache.cassandra.cql3.statements.schema with parameters of type TableAttributesModifierConstructorDescriptionAlterViewStatement(String keyspaceName, String viewName, TableAttributes attrs, boolean ifExists) CreateTableStatement(String keyspaceName, String tableName, Map<ColumnIdentifier, org.apache.cassandra.cql3.statements.schema.CreateTableStatement.ColumnProperties.Raw> rawColumns, Set<ColumnIdentifier> staticColumns, List<ColumnIdentifier> partitionKeyColumns, List<ColumnIdentifier> clusteringColumns, LinkedHashMap<ColumnIdentifier, Boolean> clusteringOrder, TableAttributes attrs, boolean ifNotExists, boolean useCompactStorage) CreateViewStatement(String keyspaceName, String tableName, String viewName, List<RawSelector> rawColumns, List<ColumnIdentifier> partitionKeyColumns, List<ColumnIdentifier> clusteringColumns, WhereClause whereClause, LinkedHashMap<ColumnIdentifier, Boolean> clusteringOrder, TableAttributes attrs, boolean ifNotExists) Raw(QualifiedName name, TableAttributes attrs, boolean ifExists)