public class DropTableStatement extends AbstractSqlStatement
EMPTY_SQL_STATEMENT
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, skipOnUnsupported
Copyright © 2023 Liquibase.org. All rights reserved.