|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Manages rows during an insert/update/delete process. Row managers do not have to be threadsafe.
| Method Summary | |
void |
flushAllRows(com.solarmetric.rd.kodo.impl.jdbc.runtime.Row row)
Flush the logical row. |
void |
flushSecondaryRow(com.solarmetric.rd.kodo.impl.jdbc.runtime.Row row)
Flush the secondary row; after flushing the row is available for reuse. |
com.solarmetric.rd.kodo.impl.jdbc.runtime.Row |
getAllRows(com.solarmetric.rd.kodo.impl.jdbc.schema.Table table,
int action)
Return a logical row representing an update that should be made to all rows of the given table. |
com.solarmetric.rd.kodo.impl.jdbc.runtime.Row |
getRow(com.solarmetric.rd.kodo.impl.jdbc.schema.Table table,
int action,
java.lang.Object oid,
boolean create)
Return the row for the given table and owner object, or null if create is false and the row has not already been created. |
com.solarmetric.rd.kodo.impl.jdbc.runtime.Row |
getSecondaryRow(com.solarmetric.rd.kodo.impl.jdbc.schema.Table table,
int action)
Return a row for the given secondary table. |
| Method Detail |
public com.solarmetric.rd.kodo.impl.jdbc.runtime.Row getRow(com.solarmetric.rd.kodo.impl.jdbc.schema.Table table,
int action,
java.lang.Object oid,
boolean create)
create is false and the row has not already been created.
The action must be one of Row.ACTION_INSERT,
Row.ACTION_UPDATE, Row.ACTION_DELETE.
public com.solarmetric.rd.kodo.impl.jdbc.runtime.Row getSecondaryRow(com.solarmetric.rd.kodo.impl.jdbc.schema.Table table,
int action)
throws java.sql.SQLException
Row.ACTION_INSERT,
Row.ACTION_UPDATE, Row.ACTION_DELETE.
java.sql.SQLException
public void flushSecondaryRow(com.solarmetric.rd.kodo.impl.jdbc.runtime.Row row)
throws java.sql.SQLException
java.sql.SQLException
public com.solarmetric.rd.kodo.impl.jdbc.runtime.Row getAllRows(com.solarmetric.rd.kodo.impl.jdbc.schema.Table table,
int action)
Row.ACTION_UPDATE, Row.ACTION_DELETE.
public void flushAllRows(com.solarmetric.rd.kodo.impl.jdbc.runtime.Row row)
throws java.sql.SQLException
java.sql.SQLException
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||