Uses of Class
org.sqlproc.engine.type.SqlInternalType

Packages that use SqlInternalType
org.sqlproc.engine The public part of the SQL Processor implementation. 
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 SqlInternalType in org.sqlproc.engine
 

Fields in org.sqlproc.engine with type parameters of type SqlInternalType
private  List<SqlInternalType> SqlSimpleFactory.customTypes
          The custom META types.
 

Methods in org.sqlproc.engine that return types with arguments of type SqlInternalType
 List<SqlInternalType> SqlSimpleFactory.getCustomTypes()
          Returns the custom META types.
 

Methods in org.sqlproc.engine with parameters of type SqlInternalType
 void SqlSimpleFactory.addCustomType(SqlInternalType customType)
          Adds a new custom META type.
 void SqlSimpleFactory.setCustomTypes(SqlInternalType... customTypes)
          Sets the custom META types.
 

Method parameters in org.sqlproc.engine with type arguments of type SqlInternalType
 void SqlSimpleFactory.setCustomTypes(List<SqlInternalType> customTypes)
          Sets the custom META types.
 

Constructor parameters in org.sqlproc.engine with type arguments of type SqlInternalType
SqlProcessorLoader(StringBuilder sbStatements, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, String filter, SqlMonitorFactory monitorFactory, List<SqlInternalType> customTypes, String... onlyStatements)
          Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder sbStatements, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, String filter, SqlMonitorFactory monitorFactory, SqlValidatorFactory validatorFactory, List<SqlInternalType> customTypes, String... onlyStatements)
          Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
 

Uses of SqlInternalType in org.sqlproc.engine.jdbc.type
 

Subclasses of SqlInternalType in org.sqlproc.engine.jdbc.type
 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 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 JdbcIntegerType
          The JDBC META type INTEGER.
 class JdbcLongType
          The JDBC META type LONG.
 class JdbcOracleCursorType
          The JDBC META type ORACLE_CURSOR (from Oracle jdbc driver).
 class JdbcOtherType
          The JDBC META type OTHER.
 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.
 

Uses of SqlInternalType in org.sqlproc.engine.type
 

Subclasses of SqlInternalType in org.sqlproc.engine.type
 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 SqlIdentityType
          The META type for an auto-generated identity.
 class SqlIntegerType
          The META type INTEGER.
 class SqlLongType
          The META type LONG.
 class SqlOutValueType
          The META type for an auto-generated identity.
 class SqlProviderType
          The META type contract for types provided by the stack on top of which the SQL Processor works.
 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.
 

Constructor parameters in org.sqlproc.engine.type with type arguments of type SqlInternalType
SqlComposedTypeFactory(SqlTypeFactory typeFactory, List<SqlInternalType> customTypes)
          Creates a new instance of this factory.
 



Copyright © 2013. All Rights Reserved.