Uses of Class
org.sqlproc.engine.impl.type.SqlGenericType

Packages that use SqlGenericType
org.sqlproc.engine The public part of the SQL Processor implementation. 
org.sqlproc.engine.impl.type The private part of the SQL Processor implementation. 
 

Uses of SqlGenericType in org.sqlproc.engine
 

Constructor parameters in org.sqlproc.engine with type arguments of type SqlGenericType
SqlEngineLoader(java.util.Properties props, java.lang.String filter, SqlMonitorFactory monitorFactory, java.util.List<SqlGenericType> customTypes, java.lang.String... selectQueries)
          Creates a new instance of SqlEngineLoader from the properties repository (which is in fact a collection of META SQL statements, Mapping rules and Optional features.
 

Uses of SqlGenericType in org.sqlproc.engine.impl.type
 

Subclasses of SqlGenericType in org.sqlproc.engine.impl.type
 class SqlBigDecimalType
          The SQL META Types for BIGDECIMAL.
 class SqlBigIntegerType
          The SQL META Types for BIGINTEGER.
 class SqlBooleanType
          The SQL META Types for BOOLEAN.
 class SqlByteArrayType
          The SQL META Types for BYTEARRAY.
 class SqlByteType
          The SQL META Types for BYTE.
 class SqlCharType
          The SQL META Types for CHARACTER.
 class SqlDateTimeType
          The SQL META Types for DATETIME.
 class SqlDateType
          The SQL META Types for DATE.
 class SqlDoubleType
          The SQL META Types for DOUBLE.
 class SqlEnumIntegerType
          The SQL META Types for ENUMINTEGER.
 class SqlEnumStringType
          The SQL META Types for ENUMSTRING.
 class SqlFloatType
          The SQL META Types for FLOAT.
 class SqlFromDateType
          The SQL META Types for FROMDATE.
 class SqlIntegerType
          The SQL META Types for INTEGER.
 class SqlLongType
          The SQL META Types for LONG.
 class SqlShortType
          The SQL META Types for SHORT.
 class SqlStringType
          The SQL META Types for STRING.
 class SqlTimestampType
          The SQL META Types for TIMESTAMP.
 class SqlTimeType
          The SQL META Types for TIME.
 class SqlToDateType
          The SQL META Types for TODATE.
 



Copyright © 2011. All Rights Reserved.