Uses of Class
org.tentackle.sql.datatypes.AbstractNumberType
-
Packages that use AbstractNumberType Package Description org.tentackle.sql.datatypes DataType implementations. -
-
Uses of AbstractNumberType in org.tentackle.sql.datatypes
Subclasses of AbstractNumberType in org.tentackle.sql.datatypes Modifier and Type Class Description classBigDecimalTypeDatatype forBigDecimal.classBytePrimitiveTypeDatatype for the primitive typebyte.classByteTypeDatatype forByte.classDoublePrimitiveTypeDatatype for the primitive typedouble.classDoubleTypeDatatype forDouble.classFloatPrimitiveTypeDatatype for the primitive typefloat.classFloatTypeDatatype forFloat.classIntegerPrimitiveTypeDatatype for the primitive typeint.classIntegerTypeDatatype forInteger.classLongPrimitiveTypeDatatype for the primitive typelong.classLongTypeDatatype forLong.classShortPrimitiveTypeDatatype for the primitive typeshort.classShortTypeDatatype forShort.
-