Package | Description |
---|---|
org.apache.cassandra.cql3.statements |
Modifier and Type | Field and Description |
---|---|
CFPropDefs |
CreateTableStatement.RawStatement.properties |
Constructor and Description |
---|
AlterTableStatement(CFName name,
AlterTableStatement.Type type,
ColumnIdentifier.Raw columnName,
CQL3Type.Raw validator,
CFPropDefs cfProps,
java.util.Map<ColumnIdentifier.Raw,ColumnIdentifier.Raw> renames,
boolean isStatic) |
CreateTableStatement(CFName name,
CFPropDefs properties,
boolean ifNotExists,
java.util.Set<ColumnIdentifier> staticColumns,
java.util.UUID id) |
Copyright © 2020 The Apache Software Foundation