public class DropTableSpecification extends TableNameSpecification<DropTableSpecification>
DROP TABLE specifications.| Constructor and Description |
|---|
DropTableSpecification() |
| Modifier and Type | Method and Description |
|---|---|
static DropTableSpecification |
dropTable()
Entry point into the
DropTableSpecification's fluent API to drop a table. |
static DropTableSpecification |
dropTable(CqlIdentifier tableName)
Entry point into the
DropTableSpecification's fluent API to drop a table. |
static DropTableSpecification |
dropTable(String tableName)
Entry point into the
DropTableSpecification's fluent API to drop a table. |
getName, name, namepublic static DropTableSpecification dropTable()
DropTableSpecification's fluent API to drop a table. Convenient if imported
statically.public static DropTableSpecification dropTable(CqlIdentifier tableName)
DropTableSpecification's fluent API to drop a table. Convenient if imported
statically. This static method is shorter than the no-arg form, which would be
dropTable().name(tableName).tableName - The name of the table to drop.public static DropTableSpecification dropTable(String tableName)
DropTableSpecification's fluent API to drop a table. Convenient if imported
statically. This static method is shorter than the no-arg form, which would be
dropTable().name(tableName).tableName - The name of the table to drop.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.