liquibase.statement.core
Class AddPrimaryKeyStatement

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

public class AddPrimaryKeyStatement
extends AbstractSqlStatement


Constructor Summary
AddPrimaryKeyStatement(String catalogName, String schemaName, String tableName, String columnNames, String constraintName)
           
 
Method Summary
 String getCatalogName()
           
 String getColumnNames()
           
 String getConstraintName()
           
 String getForIndexCatalogName()
           
 String getForIndexName()
           
 String getForIndexSchemaName()
           
 String getSchemaName()
           
 String getTableName()
           
 String getTablespace()
           
 Boolean isClustered()
           
 AddPrimaryKeyStatement setClustered(Boolean clustered)
           
 void setForIndexCatalogName(String forIndexCatalogName)
           
 void setForIndexName(String forIndexName)
           
 void setForIndexSchemaName(String forIndexSchemaName)
           
 AddPrimaryKeyStatement setTablespace(String tablespace)
           
 
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPrimaryKeyStatement

public AddPrimaryKeyStatement(String catalogName,
                              String schemaName,
                              String tableName,
                              String columnNames,
                              String constraintName)
Method Detail

getCatalogName

public String getCatalogName()

getSchemaName

public String getSchemaName()

getTableName

public String getTableName()

getTablespace

public String getTablespace()

setTablespace

public AddPrimaryKeyStatement setTablespace(String tablespace)

getColumnNames

public String getColumnNames()

getConstraintName

public String getConstraintName()

isClustered

public Boolean isClustered()

setClustered

public AddPrimaryKeyStatement setClustered(Boolean clustered)

getForIndexName

public String getForIndexName()

setForIndexName

public void setForIndexName(String forIndexName)

getForIndexSchemaName

public String getForIndexSchemaName()

setForIndexSchemaName

public void setForIndexSchemaName(String forIndexSchemaName)

getForIndexCatalogName

public String getForIndexCatalogName()

setForIndexCatalogName

public void setForIndexCatalogName(String forIndexCatalogName)


Copyright © 2016 Liquibase.org. All rights reserved.