Uses of Interface
acdp.Table.ValueSupplier
Packages that use Table.ValueSupplier
Package
Description
Contains the core interfaces needed to operate a database.
Contains classes for designing an ACDP database.
-
Uses of Table.ValueSupplier in acdp
Methods in acdp with parameters of type Table.ValueSupplierModifier and TypeMethodDescription<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 Table.ValueSupplier in acdp.design
Methods in acdp.design with parameters of type Table.ValueSupplierModifier and TypeMethodDescription<T> void
CustomTable.updateAllSupplyValues
(Column<T> column, Table.ValueSupplier<T> valueSupplier)