|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.gora.sql.statement.InsertUpdateStatement<K,V>
org.apache.gora.sql.statement.MySqlInsertUpdateStatement<K,V>
public class MySqlInsertUpdateStatement<K,V extends Persistent>
| 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,
java.lang.String tableName)
|
|
| Method Summary | |
|---|---|
java.sql.PreparedStatement |
toStatement(java.sql.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 |
|---|
public MySqlInsertUpdateStatement(SqlStore<K,V> store,
SqlMapping mapping,
java.lang.String tableName)
| Method Detail |
|---|
public java.sql.PreparedStatement toStatement(java.sql.Connection connection)
throws java.sql.SQLException
toStatement in class InsertUpdateStatement<K,V extends Persistent>java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||