Package org.sqlproc.engine.jdbc.type

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

See:
          Description

Interface Summary
JdbcSqlType The contract which has to be implemented by all JDBC META types.
 

Class Summary
JdbcBigDecimalType The JDBC META type BIGDECIMAL.
JdbcBigIntegerType The JDBC META type BIGINTEGER.
JdbcBlobType The SQL META Types for BLOB.
JdbcBooleanType The JDBC META type BOOLEAN.
JdbcByteArrayType The JDBC META type BYTEARRAY.
JdbcByteArrayWrapperType TThe JDBC META type BYTEARRAY.
JdbcByteType The JDBC META type BYTE.
JdbcCharType The JDBC META type CHARACTER.
JdbcClobType The JDBC META type CLOB.
JdbcDateTimeType The JDBC META type DATETIME.
JdbcDateType The JDBC META type DATE.
JdbcDefaultType The default META type for the JDBC stack.
JdbcDoubleType The JDBC META type DOUBLE.
JdbcEnumIntegerType The JDBC META type ENUMINTEGER.
JdbcEnumStringType The JDBC META type ENUMSTRING.
JdbcFloatType The JDBC META type FLOAT.
JdbcFromDateType The JDBC META type FROMDATE.
JdbcIntegerType The JDBC META type INTEGER.
JdbcLongType The JDBC META type LONG.
JdbcOracleCursorType The JDBC META type ORACLE_CURSOR (from Oracle jdbc driver).
JdbcOtherType The JDBC META type OTHER.
JdbcShortType The JDBC META type SHORT.
JdbcStringType The JDBC META type STRING.
JdbcTextType The JDBC META type TEXT.
JdbcTimestampType The JDBC META type TIMESTAMP.
JdbcTimeType The JDBC META type TIME.
JdbcToDateType The JDBC META type TODATE.
JdbcTypeFactory The factory definition for the JDBC stack, which can be used to construct the SqlMetaType instances.
 

Package org.sqlproc.engine.jdbc.type Description

All the META types staff for the JDBC stack devoted to special handling of input/output values. The most important class is the JdbcTypeFactory.

Author:
Vladimir Hudec


Copyright © 2014. All Rights Reserved.