Uses of Interface
to.etc.webapp.qsql.IJdbcTypeFactory

Packages that use IJdbcTypeFactory
to.etc.webapp.qsql   
 

Uses of IJdbcTypeFactory in to.etc.webapp.qsql
 

Classes in to.etc.webapp.qsql that implement IJdbcTypeFactory
 class BooleanType
          JDBC converter for [boolean] and [Boolean] type.
 class DoubleType
          JDBC converter for [double] and [Double] type.
 class IntegerType
          JDBC converter for [int] and [Integer] type.
 class LongType
          JDBC converter for [long] and [Long] type.
 class TimestampType
          JDBC converter for full Date type.
 

Methods in to.etc.webapp.qsql with parameters of type IJdbcTypeFactory
static void JdbcMetaManager.register(IJdbcTypeFactory f)