Uses of Class
org.tentackle.sql.datatypes.AbstractDataType
Packages that use AbstractDataType
-
Uses of AbstractDataType in org.tentackle.sql.datatypes
Subclasses of AbstractDataType in org.tentackle.sql.datatypesModifier and TypeClassDescriptionclassBase class for date- or time-related data types.classAbstractNumberType<T extends Number>Base class for number data types.classDatatype forBigDecimal.classDatatype forBinary.classDatatype forBMoney.
Stored as two columns: the value in double precision the scale This type is sortable by the first column.classDatatype for the primitive typeboolean.classDatatype forBoolean.classDatatype for the primitive typebyte.classDatatype forByte.classDatatype for the primitive typechar.classDatatype forCharacter.classVirtual type for application-specific wrapper classes implementingorg.tentackle.misc.Convertible.classDatatype forDate.classDatatype forDMoney.
Stored as two columns: the value as a decimal without scale/li> the scale This type is not sortable by the database in a meaningful manner.classDatatype for the primitive typedouble.classDatatype forDouble.classDatatype for the primitive typefloat.classDatatype forFloat.classDatatype forInstant.classDatatype for the primitive typeint.classDatatype forInteger.classDatatype forString.classDatatype forLocalDateTime.classDatatype forLocalDate.classDatatype forLocalTime.classDatatype for the primitive typelong.classDatatype forLong.classDatatype forOffsetDateTime.classDatatype forOffsetTime.classDatatype for the primitive typeshort.classDatatype forShort.classDatatype forString.classDatatype forTimestamp.classDatatype forTime.classDatatype forUUID.classDatatype forZonedDateTime.