liquibase.statement.core
Class InsertOrUpdateStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.InsertStatement
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertOrUpdateStatement
public InsertOrUpdateStatement(String schemaName,
String tableName,
String primaryKey)
getPrimaryKey
public String getPrimaryKey()
Copyright © 2004-2011 Liquibase.org. All Rights Reserved.