Package org.sqlproc.engine.type
All the META types staff devoted to special handling of input/output values.
The most important classes are
SqlTypeFactory and SqlComposedTypeFactory.- Author:
- Vladimir Hudec
-
Interface Summary Interface Description IdentitySetter The helper contract implemented by SqlInputValue to support the auto-generated identities.OutValueSetter The helper contract implemented by SqlInputValue to support the OUT and INOUT input values.SqlMetaType The common ancestor of all META types.SqlTaggedMetaType The common ancestor of all META types.SqlTypeFactory The factory definition, which can be used to construct theSqlMetaTypeinstances. -
Class Summary Class Description SqlBigDecimalType The META type BIGDECIMAL.SqlBigIntegerType The META types BIGINTEGER.SqlBlobType The META type BLOB.SqlBooleanType The META type BOOLEAN.SqlByteArrayType The META type BYTEARRAY.SqlByteType The META type BYTE.SqlCharType The META type CHARACTER.SqlClobType The META type CLOB.SqlComposedTypeFactory The factory definition, which can be used to construct theSqlMetaTypeinstances.SqlDateTimeType The META type DATETIME.SqlDateType The META type DATE.SqlDefaultType The default META type for the JDBC stack.SqlDoubleType The META type DOUBLE.SqlEnumIntegerType The META type ENUMINTEGER.SqlEnumStringType The META type ENUMSTRING.SqlFloatType The META type FLOAT.SqlFromDateType The META type FROMDATE.SqlIdentityType The META type for an auto-generated identity.SqlInstantType The META type LOCALTIME.SqlIntegerType The META type INTEGER.SqlLocalDateTimeType The META type LOCALDATETIME.SqlLocalDateType The META type LOCALDATE.SqlLocalTimeType The META type LOCALTIME.SqlLongType The META type LONG.SqlOutValueType The META type for an auto-generated identity.SqlShortType The META type SHORT.SqlStringType The META type STRING.SqlTextType The META type TEXT.SqlTimestampType The META type TIMESTAMP.SqlTimeType The META type TIME.SqlToDateType The META type TODATE.