org.apache.gora.sql.statement
Class HSqlInsertUpdateStatement<K,T extends Persistent>

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

public class HSqlInsertUpdateStatement<K,T extends Persistent>
extends InsertUpdateStatement<K,T>


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
HSqlInsertUpdateStatement(SqlStore<K,T> 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

HSqlInsertUpdateStatement

public HSqlInsertUpdateStatement(SqlStore<K,T> store,
                                 SqlMapping mapping,
                                 String tableName)
Method Detail

toStatement

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


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