Uses of Package
org.sqlproc.engine.type
-
Packages that use org.sqlproc.engine.type 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. -
Classes in org.sqlproc.engine.type used by org.sqlproc.engine Class Description SqlMetaType The common ancestor of all META types.SqlTypeFactory The factory definition, which can be used to construct theSqlMetaTypeinstances. -
Classes in org.sqlproc.engine.type used by org.sqlproc.engine.impl Class Description SqlMetaType The common ancestor of all META types.SqlTypeFactory The factory definition, which can be used to construct theSqlMetaTypeinstances. -
Classes in org.sqlproc.engine.type used by org.sqlproc.engine.jdbc Class 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. -
Classes in org.sqlproc.engine.type used by org.sqlproc.engine.jdbc.type Class 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 theSqlMetaTypeinstances. -
Classes in org.sqlproc.engine.type used by org.sqlproc.engine.plugin Class Description SqlMetaType The common ancestor of all META types. -
Classes in org.sqlproc.engine.type used by org.sqlproc.engine.type Class 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 theSqlMetaTypeinstances.