liquibase.statement.core
Class InsertOrUpdateStatement

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

public class InsertOrUpdateStatement
extends InsertStatement

Created by IntelliJ IDEA. User: bassettt Date: Dec 1, 2009 Time: 11:01:37 PM To change this template use File | Settings | File Templates.


Constructor Summary
InsertOrUpdateStatement(java.lang.String schemaName, java.lang.String tableName, java.lang.String primaryKey)
           
 
Method Summary
 java.lang.String getPrimaryKey()
           
 
Methods inherited from class liquibase.statement.core.InsertStatement
addColumnValue, getColumnValue, getColumnValues, getSchemaName, getTableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertOrUpdateStatement

public InsertOrUpdateStatement(java.lang.String schemaName,
                               java.lang.String tableName,
                               java.lang.String primaryKey)
Method Detail

getPrimaryKey

public java.lang.String getPrimaryKey()


Copyright © 2010 Liquibase.org. All Rights Reserved.