liquibase.statement.core
Class DropForeignKeyConstraintStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.DropForeignKeyConstraintStatement
- All Implemented Interfaces:
- SqlStatement
public class DropForeignKeyConstraintStatement
- extends AbstractSqlStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropForeignKeyConstraintStatement
public DropForeignKeyConstraintStatement(String baseTableSchemaName,
String baseTableName,
String constraintName)
getBaseTableSchemaName
public String getBaseTableSchemaName()
getBaseTableName
public String getBaseTableName()
getConstraintName
public String getConstraintName()
Copyright © 2012 Liquibase.org. All Rights Reserved.