Uses of Package
acdp.design
Packages that use acdp.design
Package
Description
Contains the core interfaces needed to operate a database.
Contains classes for designing an ACDP database.
Contains the built-in column types as well as the super interface of all
column types, the
Type
interface.-
Classes in acdp.design used by acdp
-
Classes in acdp.design used by acdp.designClassDescriptionDefines the super class of a custom database class.Defines the super class of a custom table class.Declares methods used to encrypt and decrypt data in a database.The super class of all non-array custom and built-in column types with the exception of the built-in reference column type.Defines the constants used to indicate whether a column allows for the
null
value or not.Defines the constants used to indicate the maximum number of characters of an outrow string. -
Classes in acdp.design used by acdp.toolsClassDescriptionDefines the super class of a custom table class.Declares methods used to encrypt and decrypt data in a database.
-
Classes in acdp.design used by acdp.typesClassDescriptionThe super class of all non-array custom and built-in column types with the exception of the built-in reference column type.