This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.sql.statement
Class HSqlInsertUpdateStatement<K,T extends Persistent>
java.lang.Object
   org.apache.gora.sql.statement.InsertUpdateStatement<K,T>
org.apache.gora.sql.statement.InsertUpdateStatement<K,T>
       org.apache.gora.sql.statement.HSqlInsertUpdateStatement<K,T>
org.apache.gora.sql.statement.HSqlInsertUpdateStatement<K,T>
- public class HSqlInsertUpdateStatement<K,T extends Persistent> 
- extends InsertUpdateStatement<K,T>
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HSqlInsertUpdateStatement
public HSqlInsertUpdateStatement(SqlStore<K,T> store,
                                 SqlMapping mapping,
                                 String tableName)
toStatement
public PreparedStatement toStatement(Connection connection)
                              throws SQLException
- 
- Specified by:
- toStatementin class- InsertUpdateStatement<K,T extends Persistent>
 
- 
- Throws:
- SQLException
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.