This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.sql.statement
Class InsertUpdateStatement<K,V extends Persistent>
java.lang.Object
   org.apache.gora.sql.statement.InsertUpdateStatement<K,V>
org.apache.gora.sql.statement.InsertUpdateStatement<K,V>
- Direct Known Subclasses: 
- HSqlInsertUpdateStatement, MySqlInsertUpdateStatement
- public abstract class InsertUpdateStatement<K,V extends Persistent> 
- extends Object
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
columnMap
protected SortedMap<String,InsertUpdateStatement.ColumnData> columnMap
tableName
protected String tableName
mapping
protected SqlMapping mapping
store
protected SqlStore<K,V extends Persistent> store
InsertUpdateStatement
public InsertUpdateStatement(SqlStore<K,V> store,
                             SqlMapping mapping,
                             String tableName)
setObject
public void setObject(Object object,
                      org.apache.avro.Schema schema,
                      Column column)
- 
 
toStatement
public abstract PreparedStatement toStatement(Connection connection)
                                       throws SQLException
- 
- Throws:
- SQLException
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.