to.etc.webapp.qsql
Interface IJdbcTypeFactory

All Known Implementing Classes:
BooleanType, DoubleType, IntegerType, LongType, TimestampType

public interface IJdbcTypeFactory


Method Summary
 int accept(JdbcPropertyMeta pm)
           
 to.etc.webapp.qsql.IJdbcType createType(JdbcPropertyMeta pm)
           
 

Method Detail

accept

int accept(JdbcPropertyMeta pm)

createType

to.etc.webapp.qsql.IJdbcType createType(JdbcPropertyMeta pm)
                                        throws java.lang.Exception
Throws:
java.lang.Exception