|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
Collection |
getBindVariableSetsForMutatedRows(ParsedStatement parsedStatement,
BindVariableSet bindVariableSet,
TableMetadata tableMetadata,
Connection connection)
For all the rows affected by parsedStatement, return a BindVariableSet instance that contains the current values for all thr columns affected by parsedStatement. |
| Method Detail |
public Collection getBindVariableSetsForMutatedRows(ParsedStatement parsedStatement,
BindVariableSet bindVariableSet,
TableMetadata tableMetadata,
Connection connection)
parsedStatement - a SQL statement that is about to execute on the databasebindVariableSet - the bind variables that will be used to populate parsedStatementtableMetadata - description of the columns in the table being affected by parsedStatementconnection - a real JDBC connection to the database (so that current values can be read)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||