Uses of Class
acdp.exceptions.ImplementationRestrictionException
Packages that use ImplementationRestrictionException
Package
Description
Contains the core interfaces needed to operate a database.
Contains classes for designing an ACDP database.
-
Uses of ImplementationRestrictionException in acdp
Methods in acdp that throw ImplementationRestrictionExceptionModifier and TypeMethodDescriptionvoid
Table.compactFL()
Eliminates the unused memory blocks within the FL file space of this table and truncates the corresponding data file.void
Database.createRO
(Path roDbFilePath, ICipherFactory cipherFactory) Creates an RO database from the data stored in this database, which must be a WR database.static Database
Database.open
(Path mainFile, int opMode, boolean writeProtect, ICipherFactory cipherFactory) Opens the database as a weakly typed database.<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 ImplementationRestrictionException in acdp.design
Methods in acdp.design that throw ImplementationRestrictionExceptionModifier and TypeMethodDescriptionfinal void
CustomTable.compactFL()
final void
CustomDatabase.createRO
(Path roDbFilePath, ICipherFactory cipherFactory) protected final void
CustomDatabase.open
(Path mainFile, int opMode, boolean writeProtect, ICipherFactory cipherFactory, int consistencyNumber, CustomTable... customTables) Opens the database as a strongly typed database.<T> void
CustomTable.updateAllChangeValues
(Column<T> column, Table.ValueChanger<T> valueChanger) <T> void
CustomTable.updateAllSupplyValues
(Column<T> column, Table.ValueSupplier<T> valueSupplier) -
Uses of ImplementationRestrictionException in acdp.tools
Methods in acdp.tools that throw ImplementationRestrictionExceptionModifier and TypeMethodDescriptionstatic final <T> void
Refactor.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 theindex
argument.static final <T> double
Refactor.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 void
Refactor.nobsOutrowPtr
(Path layoutFile, String tableName, int value) Changes the value of thenobsOutrowPtr
property of the specified table to the specified value.static final void
Refactor.nobsRefCount
(Path layoutFile, String tableName, int value) Changes the value of thenobsRefCount
property of the specified table to the specified value.static final void
Refactor.nobsRowRef
(Path layoutFile, String tableName, int value) Changes the value of thenobsRowRef
property of the specified table to the specified value.