Package acdp.design
package acdp.design
Contains classes for designing an ACDP database.
-
ClassDescriptionProvides factory methods that return columns of various types.Defines 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.SimpleType<T>The super class of all non-array custom and built-in column types with the exception of the built-in reference column type.Provides convenient access to the individual fields of a type descriptor that is represented by a
String
.A class method annotated with theTypeFromDesc
annotation takes theString
representation of a type descriptor and returns an instance of a subclass ofSimpleType
.Provides factory methods which return a built-in simple column type that can be used as second argument of theCL.ofArray(int, SimpleType)
method.Defines the constants used to indicate whether a column allows for thenull
value or not.Defines the constants used to indicate the maximum number of characters of an outrow string.