Module org.tentackle.sql
Package org.tentackle.sql.datatypes
DataType implementations.
-
Class Summary Class Description AbstractDataType<T> Implements some common methods for datatypes.AbstractDateTimeType<T> Base class for date- or time-related data types.AbstractNumberType<T extends java.lang.Number> Base class for number data types.BigDecimalType Datatype forBigDecimal.BinaryType Datatype forBinary.BMoneyType Datatype forBMoney.BooleanPrimitiveType Datatype for the primitive typeboolean.BooleanType Datatype forBoolean.BytePrimitiveType Datatype for the primitive typebyte.ByteType Datatype forByte.CharacterPrimitiveType Datatype for the primitive typechar.CharacterType Datatype forCharacter.ConvertibleType Virtual type for application-specific wrapper classes implementingorg.tentackle.misc.Convertible.DateType Datatype forDate.DMoneyType Datatype forDMoney.DoublePrimitiveType Datatype for the primitive typedouble.DoubleType Datatype forDouble.FloatPrimitiveType Datatype for the primitive typefloat.FloatType Datatype forFloat.IntegerPrimitiveType Datatype for the primitive typeint.IntegerType Datatype forInteger.LargeStringType Datatype forString.LocalDateTimeType Datatype forLocalDateTime.LocalDateType Datatype forLocalDate.LocalTimeType Datatype forLocalTime.LongPrimitiveType Datatype for the primitive typelong.LongType Datatype forLong.ShortPrimitiveType Datatype for the primitive typeshort.ShortType Datatype forShort.StringType Datatype forString.TimestampType Datatype forTimestamp.TimeType Datatype forTime.