| Package | Description |
|---|---|
| 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.type |
All the META types staff devoted to special handling of input/output values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcBigDecimalType
The JDBC META type BIGDECIMAL.
|
class |
JdbcBigIntegerType
The JDBC META type BIGINTEGER.
|
class |
JdbcBlobType
The SQL META Types for BLOB.
|
class |
JdbcBooleanType
The JDBC META type BOOLEAN.
|
class |
JdbcByteArrayType
The JDBC META type BYTEARRAY.
|
class |
JdbcByteArrayWrapperType
TThe JDBC META type BYTEARRAY.
|
class |
JdbcByteType
The JDBC META type BYTE.
|
class |
JdbcCharType
The JDBC META type CHARACTER.
|
class |
JdbcClobType
The JDBC META type CLOB.
|
class |
JdbcDateTimeType
The JDBC META type DATETIME.
|
class |
JdbcDateType
The JDBC META type DATE.
|
class |
JdbcDefaultType
The default META type for the JDBC stack.
|
class |
JdbcDoubleType
The JDBC META type DOUBLE.
|
class |
JdbcEnumIntegerType
The JDBC META type ENUMINTEGER.
|
class |
JdbcEnumStringType
The JDBC META type ENUMSTRING.
|
class |
JdbcFloatType
The JDBC META type FLOAT.
|
class |
JdbcFromDateType
The JDBC META type FROMDATE.
|
class |
JdbcInstantType
The JDBC META type INSTANT.
|
class |
JdbcIntegerType
The JDBC META type INTEGER.
|
class |
JdbcLocalDateTimeType
The JDBC META type LOCALDATETIME.
|
class |
JdbcLocalDateType
The JDBC META type LOCALDATE.
|
class |
JdbcLocalTimeType
The JDBC META type LOCALTIME.
|
class |
JdbcLongType
The JDBC META type LONG.
|
class |
JdbcShortType
The JDBC META type SHORT.
|
class |
JdbcStringType
The JDBC META type STRING.
|
class |
JdbcTextType
The JDBC META type TEXT.
|
class |
JdbcTimestampType
The JDBC META type TIMESTAMP.
|
class |
JdbcTimeType
The JDBC META type TIME.
|
class |
JdbcToDateType
The JDBC META type TODATE.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlBigDecimalType
The META type BIGDECIMAL.
|
class |
SqlBigIntegerType
The META types BIGINTEGER.
|
class |
SqlBlobType
The META type BLOB.
|
class |
SqlBooleanType
The META type BOOLEAN.
|
class |
SqlByteArrayType
The META type BYTEARRAY.
|
class |
SqlByteType
The META type BYTE.
|
class |
SqlCharType
The META type CHARACTER.
|
class |
SqlClobType
The META type CLOB.
|
class |
SqlDateTimeType
The META type DATETIME.
|
class |
SqlDateType
The META type DATE.
|
class |
SqlDoubleType
The META type DOUBLE.
|
class |
SqlEnumIntegerType
The META type ENUMINTEGER.
|
class |
SqlEnumStringType
The META type ENUMSTRING.
|
class |
SqlFloatType
The META type FLOAT.
|
class |
SqlFromDateType
The META type FROMDATE.
|
class |
SqlInstantType
The META type LOCALTIME.
|
class |
SqlIntegerType
The META type INTEGER.
|
class |
SqlLocalDateTimeType
The META type LOCALDATETIME.
|
class |
SqlLocalDateType
The META type LOCALDATE.
|
class |
SqlLocalTimeType
The META type LOCALTIME.
|
class |
SqlLongType
The META type LONG.
|
class |
SqlOutValueType
The META type for an auto-generated identity.
|
class |
SqlShortType
The META type SHORT.
|
class |
SqlStringType
The META type STRING.
|
class |
SqlTextType
The META type TEXT.
|
class |
SqlTimestampType
The META type TIMESTAMP.
|
class |
SqlTimeType
The META type TIME.
|
class |
SqlToDateType
The META type TODATE.
|
Copyright © 2017. All rights reserved.