Uses of Class
acdp.exceptions.MaximumException
Packages that use MaximumException
Package
Description
Contains the core interfaces needed to operate a database.
Contains classes for designing an ACDP database.
-
Uses of MaximumException in acdp
Methods in acdp that throw MaximumExceptionModifier and TypeMethodDescriptionInserts the specified values into this table and returns the reference to the newly created row.voidUpdates the values of the specified columns of the referenced row with the specified new values.voidFor each row of this table updates the values stored in the specified columns with the specified new values.<T> voidTable.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> voidTable.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 MaximumException in acdp.design
Methods in acdp.design that throw MaximumExceptionModifier and TypeMethodDescriptionvoidvoid<T> voidCustomTable.updateAllChangeValues(Column<T> column, Table.ValueChanger<T> valueChanger) <T> voidCustomTable.updateAllSupplyValues(Column<T> column, Table.ValueSupplier<T> valueSupplier) -
Uses of MaximumException in acdp.tools
Methods in acdp.tools that throw MaximumExceptionModifier and TypeMethodDescriptionstatic final <T> voidRefactor.insertColumn(Path layoutFile, ICipherFactory cipherFactory, String tableName, String columnName, Column<T> column, String refdTableName, int index, T initialValue) Inserts the specified column into the table definition of the specified table at the position given by theindexargument.static final <T> doubleRefactor.modifyColumn(Path layoutFile, ICipherFactory cipherFactory, String tableName, String columnName, Column<T> column, Table.ValueSwitcher<T> valueSwitcher) Modifies the specified column of the specified table by replacing that column with the specified new column.static final voidRefactor.nobsRowRef(Path layoutFile, String tableName, int value) Changes the value of thenobsRowRefproperty of the specified table to the specified value.