Module org.tentackle.sql
Package org.tentackle.sql.datatypes
package org.tentackle.sql.datatypes
DataType implementations.
-
ClassesClassDescriptionImplements some common methods for datatypes.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.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.Datatype for the primitive typedouble.Datatype forDouble.Datatype for the primitive typefloat.Datatype forFloat.Datatype for the primitive typeint.Datatype forInteger.Datatype forString.Datatype forLocalDateTime.Datatype forLocalDate.Datatype forLocalTime.Datatype for the primitive typelong.Datatype forLong.Datatype for the primitive typeshort.Datatype forShort.Datatype forString.Datatype forTimestamp.Datatype forTime.