| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| SqlMetaType
The common ancestor of all META types.
|
| SqlTypeFactory
The factory definition, which can be used to construct the
SqlMetaType instances. |
| Class and Description |
|---|
| SqlMetaType
The common ancestor of all META types.
|
| SqlTypeFactory
The factory definition, which can be used to construct the
SqlMetaType instances. |
| Class and 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.
|
| Class and 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.
|
| 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.
|
| 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.
|
| SqlMetaType
The common ancestor of all META types.
|
| SqlShortType
The META type SHORT.
|
| SqlStringType
The META type STRING.
|
| SqlTaggedMetaType
The common ancestor of all META types.
|
| 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. |
| Class and Description |
|---|
| SqlMetaType
The common ancestor of all META types.
|
| Class and Description |
|---|
| SqlDefaultType
The default META type for the JDBC stack.
|
| 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 the
SqlMetaType instances. |
Copyright © 2017. All rights reserved.