public class DropTableStatement extends AbstractSqlStatement
| Constructor and Description |
|---|
DropTableStatement(String catalogName,
String schemaName,
String tableName,
boolean cascadeConstraints) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName() |
String |
getSchemaName() |
String |
getTableName() |
boolean |
isCascadeConstraints() |
continueOnError, setContinueOnError, skipOnUnsupportedCopyright © 2018 Liquibase.org. All rights reserved.