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