public abstract class ChildTableUpdater extends BaseAxionCommand
| Constructor and Description |
|---|
ChildTableUpdater() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteOrSetNullChildRows(Database db,
Table parentTable,
RowDecorator dec) |
protected void |
deleteOrSetNullChildRows(Database db,
Table parentTable,
RowDecorator dec,
ForeignKeyConstraint fk) |
protected void |
updateOrSetNullChildRows(Database db,
Table parentTable,
Row parentOldRow,
Row parentNewRow) |
protected void |
updateOrSetNullChildRows(Database db,
Table parentTable,
Row parentOldRow,
Row parentNewRow,
ForeignKeyConstraint fk) |
assertNotReadOnly, attemptToConvertValue, bindAll, buildBindVariables, clearBindings, createResolveSelectableVisitor, executeQuery, getBindVariableIterator, getBindVariableIterator, getBindVariables, getBindVariableVisitor, getColIdentifierList, getCommitSize, getEffectedRowCount, getResultSet, getRowIterator, makeRowDecorator, populateDefaultValues, populateSequenceColumns, resolveGeneratedColumns, resolveGeneratedColumns, resolveSelectable, resolveSelectable, resolveSelectableList, resolveSelectableList, setBindVariableVisitor, setDeferAllConstraintIfRequired, setEffectedRowCount, setResultSet, updateGeneratedValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, executeQuery, executeUpdateprotected void deleteOrSetNullChildRows(Database db, Table parentTable, RowDecorator dec) throws AxionException
AxionExceptionprotected void deleteOrSetNullChildRows(Database db, Table parentTable, RowDecorator dec, ForeignKeyConstraint fk) throws AxionException
AxionExceptionprotected void updateOrSetNullChildRows(Database db, Table parentTable, Row parentOldRow, Row parentNewRow) throws AxionException
AxionExceptionprotected void updateOrSetNullChildRows(Database db, Table parentTable, Row parentOldRow, Row parentNewRow, ForeignKeyConstraint fk) throws AxionException
AxionException