Uses of Class
org.sqlproc.engine.type.SqlDefaultType
-
Packages that use SqlDefaultType 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. -
-
Uses of SqlDefaultType in org.sqlproc.engine.jdbc.type
Subclasses of SqlDefaultType in org.sqlproc.engine.jdbc.type Modifier and Type Class Description classJdbcBigDecimalTypeThe JDBC META type BIGDECIMAL.classJdbcBigIntegerTypeThe JDBC META type BIGINTEGER.classJdbcBlobTypeThe SQL META Types for BLOB.classJdbcBooleanTypeThe JDBC META type BOOLEAN.classJdbcByteArrayTypeThe JDBC META type BYTEARRAY.classJdbcByteArrayWrapperTypeTThe JDBC META type BYTEARRAY.classJdbcByteTypeThe JDBC META type BYTE.classJdbcCharTypeThe JDBC META type CHARACTER.classJdbcClobTypeThe JDBC META type CLOB.classJdbcDateTimeTypeThe JDBC META type DATETIME.classJdbcDateTypeThe JDBC META type DATE.classJdbcDefaultTypeThe default META type for the JDBC stack.classJdbcDoubleTypeThe JDBC META type DOUBLE.classJdbcEnumIntegerTypeThe JDBC META type ENUMINTEGER.classJdbcEnumStringTypeThe JDBC META type ENUMSTRING.classJdbcFloatTypeThe JDBC META type FLOAT.classJdbcFromDateTypeThe JDBC META type FROMDATE.classJdbcInstantTypeThe JDBC META type INSTANT.classJdbcIntegerTypeThe JDBC META type INTEGER.classJdbcLocalDateTimeTypeThe JDBC META type LOCALDATETIME.classJdbcLocalDateTypeThe JDBC META type LOCALDATE.classJdbcLocalTimeTypeThe JDBC META type LOCALTIME.classJdbcLongTypeThe JDBC META type LONG.classJdbcShortTypeThe JDBC META type SHORT.classJdbcStringTypeThe JDBC META type STRING.classJdbcTextTypeThe JDBC META type TEXT.classJdbcTimestampTypeThe JDBC META type TIMESTAMP.classJdbcTimeTypeThe JDBC META type TIME.classJdbcToDateTypeThe JDBC META type TODATE. -
Uses of SqlDefaultType in org.sqlproc.engine.type
Subclasses of SqlDefaultType in org.sqlproc.engine.type Modifier and Type Class Description classSqlBigDecimalTypeThe META type BIGDECIMAL.classSqlBigIntegerTypeThe META types BIGINTEGER.classSqlBlobTypeThe META type BLOB.classSqlBooleanTypeThe META type BOOLEAN.classSqlByteArrayTypeThe META type BYTEARRAY.classSqlByteTypeThe META type BYTE.classSqlCharTypeThe META type CHARACTER.classSqlClobTypeThe META type CLOB.classSqlDateTimeTypeThe META type DATETIME.classSqlDateTypeThe META type DATE.classSqlDoubleTypeThe META type DOUBLE.classSqlEnumIntegerTypeThe META type ENUMINTEGER.classSqlEnumStringTypeThe META type ENUMSTRING.classSqlFloatTypeThe META type FLOAT.classSqlFromDateTypeThe META type FROMDATE.classSqlInstantTypeThe META type LOCALTIME.classSqlIntegerTypeThe META type INTEGER.classSqlLocalDateTimeTypeThe META type LOCALDATETIME.classSqlLocalDateTypeThe META type LOCALDATE.classSqlLocalTimeTypeThe META type LOCALTIME.classSqlLongTypeThe META type LONG.classSqlOutValueTypeThe META type for an auto-generated identity.classSqlShortTypeThe META type SHORT.classSqlStringTypeThe META type STRING.classSqlTextTypeThe META type TEXT.classSqlTimestampTypeThe META type TIMESTAMP.classSqlTimeTypeThe META type TIME.classSqlToDateTypeThe META type TODATE.
-