Package org.sqlproc.engine.type

All the META types staff devoted to special handling of input/output values.

See:
          Description

Interface Summary
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.
SqlTypeFactory The factory definition, which can be used to construct the SqlMetaType instances.
 

Class Summary
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 the SqlMetaType instances.
SqlDateTimeType The META type DATETIME.
SqlDateType The META type DATE.
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.
SqlIntegerType The META type INTEGER.
SqlInternalType The common ancestor of all generic META types with assigned names and the related Java class types.
SqlLongType The META type LONG.
SqlMetaType The common ancestor of all META types.
SqlOutValueType The META type for an auto-generated identity.
SqlProviderType The META type contract for types provided by the stack on top of which the SQL Processor works.
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.
 

Package org.sqlproc.engine.type Description

All the META types staff devoted to special handling of input/output values. The most important classes are SqlTypeFactory and SqlComposedTypeFactory.

Author:
Vladimir Hudec


Copyright © 2014. All Rights Reserved.