liquibase.statement.core
Class FindForeignKeyConstraintsStatement

java.lang.Object
  extended by liquibase.statement.AbstractSqlStatement
      extended by liquibase.statement.core.FindForeignKeyConstraintsStatement
All Implemented Interfaces:
SqlStatement

public class FindForeignKeyConstraintsStatement
extends AbstractSqlStatement


Field Summary
static String RESULT_COLUMN_BASE_TABLE_COLUMN_NAME
           
static String RESULT_COLUMN_BASE_TABLE_NAME
           
static String RESULT_COLUMN_CONSTRAINT_NAME
           
static String RESULT_COLUMN_FOREIGN_COLUMN_NAME
           
static String RESULT_COLUMN_FOREIGN_TABLE_NAME
           
 
Constructor Summary
FindForeignKeyConstraintsStatement(String baseTableSchemaName, String baseTableName)
           
 
Method Summary
 String getBaseTableName()
           
 String getBaseTableSchemaName()
           
 void setBaseTableName(String baseTableName)
           
 void setBaseTableSchemaName(String baseTableSchemaName)
           
 
Methods inherited from class liquibase.statement.AbstractSqlStatement
skipOnUnsupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESULT_COLUMN_BASE_TABLE_NAME

public static final String RESULT_COLUMN_BASE_TABLE_NAME
See Also:
Constant Field Values

RESULT_COLUMN_BASE_TABLE_COLUMN_NAME

public static final String RESULT_COLUMN_BASE_TABLE_COLUMN_NAME
See Also:
Constant Field Values

RESULT_COLUMN_FOREIGN_TABLE_NAME

public static final String RESULT_COLUMN_FOREIGN_TABLE_NAME
See Also:
Constant Field Values

RESULT_COLUMN_FOREIGN_COLUMN_NAME

public static final String RESULT_COLUMN_FOREIGN_COLUMN_NAME
See Also:
Constant Field Values

RESULT_COLUMN_CONSTRAINT_NAME

public static final String RESULT_COLUMN_CONSTRAINT_NAME
See Also:
Constant Field Values
Constructor Detail

FindForeignKeyConstraintsStatement

public FindForeignKeyConstraintsStatement(String baseTableSchemaName,
                                          String baseTableName)
Method Detail

getBaseTableSchemaName

public String getBaseTableSchemaName()

setBaseTableSchemaName

public void setBaseTableSchemaName(String baseTableSchemaName)

getBaseTableName

public String getBaseTableName()

setBaseTableName

public void setBaseTableName(String baseTableName)


Copyright © 2012 Liquibase.org. All Rights Reserved.