Uses of Interface
acdp.types.Type
Packages that use Type
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.-
Uses of Type in acdp
-
Uses of Type in acdp.design
Classes in acdp.design that implement TypeModifier and TypeClassDescriptionclassSimpleType<T>The super class of all non-array custom and built-in column types with the exception of the built-in reference column type. -
Uses of Type in acdp.internal.types
Classes in acdp.internal.types that implement TypeModifier and TypeClassDescriptionclassacdp.internal.types.Type_The super class of all column types. -
Uses of Type in acdp.types
Subinterfaces of Type in acdp.typesModifier and TypeInterfaceDescriptioninterfaceThe array column type with elements being references.interfaceThe array column type with elements ofSimpleType.interfaceThe column type analogon of a JavabooleanorBooleantype.interfaceThe column type analogon of a JavabyteorBytetype.interfaceThe column type analogon of a JavadoubleorDoubletype.interfaceThe column type analogon of a JavafloatorFloattype.interfaceThe column type analogon of a JavaintorIntegertype.interfaceThe column type analogon of a JavalongorLongtype.interfaceThe reference column type.interfaceThe column type analogon of a JavashortorShorttype.interfaceThe column type analogon of a JavaStringtype.