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