Uses of Class
acdp.exceptions.UnitBrokenException
Packages that use UnitBrokenException
Package
Description
Contains the core interfaces needed to operate a database.
Contains classes for designing an ACDP database.
-
Uses of UnitBrokenException in acdp
Methods in acdp that throw UnitBrokenExceptionModifier and TypeMethodDescriptionvoid
Unit.close()
Rolls back any uncommitted write operations of this unit as well as any write operations that were executed and committed in any uncommitted nested units and closes this unit.void
Unit.commit()
Commits any yet uncommitted write operations of this unit as well as any yet uncommitted nested units in this unit.void
Deletes the referenced row from this table.Inserts the specified values into this table and returns the reference to the newly created row.Database.openUnit()
Opens a unit.void
Updates the values of the specified columns of the referenced row with the specified new values.void
For each row of this table updates the values stored in the specified columns with the specified new values.<T> void
Table.updateAllChangeValues
(Column<T> column, Table.ValueChanger<T> valueChanger) For each row of this table updates the value stored in the specified column with a value obtained from the specified value changer.<T> void
Table.updateAllSupplyValues
(Column<T> column, Table.ValueSupplier<T> valueSupplier) For each row of this table updates the value stored in the specified column with a value obtained from the specified value supplier. -
Uses of UnitBrokenException in acdp.design
Methods in acdp.design that throw UnitBrokenExceptionModifier and TypeMethodDescriptionvoid
final Unit
CustomDatabase.openUnit()
void
void
<T> void
CustomTable.updateAllChangeValues
(Column<T> column, Table.ValueChanger<T> valueChanger) <T> void
CustomTable.updateAllSupplyValues
(Column<T> column, Table.ValueSupplier<T> valueSupplier)