liquibase.statement.core
Class InsertOrUpdateStatement

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

public class InsertOrUpdateStatement
extends InsertStatement


Constructor Summary
InsertOrUpdateStatement(String catalogName, String schemaName, String tableName, String primaryKey)
           
 
Method Summary
 String getPrimaryKey()
           
 
Methods inherited from class liquibase.statement.core.InsertStatement
addColumn, addColumnValue, getCatalogName, getColumnValue, getColumnValues, getSchemaName, getTableName
 
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
 

Constructor Detail

InsertOrUpdateStatement

public InsertOrUpdateStatement(String catalogName,
                               String schemaName,
                               String tableName,
                               String primaryKey)
Method Detail

getPrimaryKey

public String getPrimaryKey()


Copyright © 2014 Liquibase.org. All Rights Reserved.