Uses of Class
acdp.design.CustomTable
Packages that use CustomTable
Package
Description
Contains classes for designing an ACDP database.
-
Uses of CustomTable in acdp.design
Methods in acdp.design that return CustomTableModifier and TypeMethodDescriptionfinal CustomTable[]CustomDatabase.getTables()Returns all tables of this database.Methods in acdp.design with parameters of type CustomTableModifier and TypeMethodDescriptionprotected final voidCustomDatabase.open(Path mainFile, int opMode, boolean writeProtect, ICipherFactory cipherFactory, int consistencyNumber, CustomTable... customTables) Opens the database as a strongly typed database. -
Uses of CustomTable in acdp.tools
Methods in acdp.tools with parameters of type CustomTableModifier and TypeMethodDescriptionstatic final voidRefactor.addTable(Path layoutFile, String tableName, CustomTable table, Refactor.Names names) Adds the specified table to the specified WR database.