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

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(String schemaName, String tableName, String primaryKey)
           
 
Method Summary
 String getPrimaryKey()
           
 
Methods inherited from class liquibase.statement.core.InsertStatement
addColumnValue, 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 schemaName,
                               String tableName,
                               String primaryKey)
Method Detail

getPrimaryKey

public String getPrimaryKey()


Copyright © 2004-2011 Liquibase.org. All Rights Reserved.