Uses of Package
org.sqlproc.engine.type

Packages that use org.sqlproc.engine.type
org.sqlproc.engine The public part of the SQL Processor implementation. 
org.sqlproc.engine.impl The private part of the SQL Processor implementation. 
org.sqlproc.engine.jdbc The adapters and proxies for the JDBC stack. 
org.sqlproc.engine.jdbc.type All the META types staff for the JDBC stack devoted to special handling of input/output values. 
org.sqlproc.engine.plugin The plugins are used to alter the behavior of the SQL Processor. 
org.sqlproc.engine.type All the META types staff devoted to special handling of input/output values. 
 

Classes in org.sqlproc.engine.type used by org.sqlproc.engine
SqlInternalType
          The common ancestor of all generic META types with assigned names and the related Java class types.
SqlTypeFactory
          The factory definition, which can be used to construct the SqlMetaType instances.
 

Classes in org.sqlproc.engine.type used by org.sqlproc.engine.impl
SqlMetaType
          The common ancestor of all META types.
SqlTypeFactory
          The factory definition, which can be used to construct the SqlMetaType instances.
 

Classes in org.sqlproc.engine.type used by org.sqlproc.engine.jdbc
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.
 

Classes in org.sqlproc.engine.type used by org.sqlproc.engine.jdbc.type
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.
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.
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.
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.
SqlTypeFactory
          The factory definition, which can be used to construct the SqlMetaType instances.
 

Classes in org.sqlproc.engine.type used by org.sqlproc.engine.plugin
SqlMetaType
          The common ancestor of all META types.
 

Classes in org.sqlproc.engine.type used by org.sqlproc.engine.type
SqlInternalType
          The common ancestor of all generic META types with assigned names and the related Java class types.
SqlMetaType
          The common ancestor of all META types.
SqlProviderType
          The META type contract for types provided by the stack on top of which the SQL Processor works.
SqlTypeFactory
          The factory definition, which can be used to construct the SqlMetaType instances.
 



Copyright © 2013. All Rights Reserved.