Package acdp.design


package acdp.design
Contains classes for designing an ACDP database.
  • Class
    Description
    Provides 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.
    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 the TypeFromDesc annotation takes the String representation of a type descriptor and returns an instance of a subclass of SimpleType.
    Provides factory methods which return a built-in simple column type that can be used as second argument of the CL.ofArray(int, SimpleType) method.
    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.