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, updateGeneratedValues
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, executeQuery, executeUpdate
protected void deleteOrSetNullChildRows(Database db, Table parentTable, RowDecorator dec) throws AxionException
AxionException
protected void deleteOrSetNullChildRows(Database db, Table parentTable, RowDecorator dec, ForeignKeyConstraint fk) throws AxionException
AxionException
protected void updateOrSetNullChildRows(Database db, Table parentTable, Row parentOldRow, Row parentNewRow) throws AxionException
AxionException
protected void updateOrSetNullChildRows(Database db, Table parentTable, Row parentOldRow, Row parentNewRow, ForeignKeyConstraint fk) throws AxionException
AxionException