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 TypeClassDescriptionclass
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. -
Uses of Type in acdp.internal.types
Classes in acdp.internal.types that implement TypeModifier and TypeClassDescriptionclass
acdp.internal.types.Type_
The super class of all column types. -
Uses of Type in acdp.types
Subinterfaces of Type in acdp.typesModifier and TypeInterfaceDescriptioninterface
The array column type with elements being references.interface
The array column type with elements ofSimpleType
.interface
The column type analogon of a Javaboolean
orBoolean
type.interface
The column type analogon of a Javabyte
orByte
type.interface
The column type analogon of a Javadouble
orDouble
type.interface
The column type analogon of a Javafloat
orFloat
type.interface
The column type analogon of a Javaint
orInteger
type.interface
The column type analogon of a Javalong
orLong
type.interface
The reference column type.interface
The column type analogon of a Javashort
orShort
type.interface
The column type analogon of a JavaString
type.