Module org.tentackle.sql
Package org.tentackle.sql.datatypes
package org.tentackle.sql.datatypes
DataType implementations.
-
ClassesClassDescriptionImplements some common methods for data types.Base class for date- or time-related data types.AbstractNumberType<T extends Number>Base class for number data types.Datatype for
BigDecimal.Datatype forBinary.Datatype forBMoney.
Stored as two columns: the value in double precision the scale This type is sortable by the first column.Datatype for the primitive typeboolean.Datatype forBoolean.Datatype for the primitive typebyte.Datatype forByte.Datatype for the primitive typechar.Datatype forCharacter.Virtual type for application-specific wrapper classes implementingorg.tentackle.misc.Convertible.Datatype forDate.Datatype 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.Datatype for the primitive typedouble.Datatype forDouble.Datatype for the primitive typefloat.Datatype forFloat.Datatype forI18NText.
Stored as one or two columns, depending on the backend.Datatype forInstant.Datatype for the primitive typeint.Datatype forInteger.Datatype for the large variant ofString.Datatype forLocalDateTime.Datatype forLocalDate.Datatype forLocalTime.Datatype for the primitive typelong.Datatype forLong.Datatype forOffsetDateTime.Datatype forOffsetTime.Datatype for the primitive typeshort.Datatype forShort.Datatype forString.Datatype forTimestamp.Datatype forTime.Datatype forUUID.Datatype forZonedDateTime.