This project has retired. For details please refer to its Attic page.
MySqlInsertUpdateStatement (Apache Gora 0.2 API)

org.apache.gora.sql.statement
Class MySqlInsertUpdateStatement<K,V extends Persistent>

java.lang.Object
  extended by org.apache.gora.sql.statement.InsertUpdateStatement<K,V>
      extended by org.apache.gora.sql.statement.MySqlInsertUpdateStatement<K,V>

public class MySqlInsertUpdateStatement<K,V extends Persistent>
extends InsertUpdateStatement<K,V>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.gora.sql.statement.InsertUpdateStatement
InsertUpdateStatement.ColumnData
 
Field Summary
 
Fields inherited from class org.apache.gora.sql.statement.InsertUpdateStatement
columnMap, mapping, store, tableName
 
Constructor Summary
MySqlInsertUpdateStatement(SqlStore<K,V> store, SqlMapping mapping, String tableName)
           
 
Method Summary
 PreparedStatement toStatement(Connection connection)
           
 
Methods inherited from class org.apache.gora.sql.statement.InsertUpdateStatement
setObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySqlInsertUpdateStatement

public MySqlInsertUpdateStatement(SqlStore<K,V> store,
                                  SqlMapping mapping,
                                  String tableName)
Method Detail

toStatement

public PreparedStatement toStatement(Connection connection)
                              throws SQLException
Specified by:
toStatement in class InsertUpdateStatement<K,V extends Persistent>
Throws:
SQLException


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.