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

Packages that use IQValueSetter
to.etc.webapp.qsql   
 

Uses of IQValueSetter in to.etc.webapp.qsql
 

Methods in to.etc.webapp.qsql that return types with arguments of type IQValueSetter
 java.util.List<IQValueSetter> JdbcSQLGenerator.getValList()
           
 

Constructor parameters in to.etc.webapp.qsql with type arguments of type IQValueSetter
JdbcQuery(java.lang.String sql, java.util.List<to.etc.webapp.qsql.IInstanceMaker> retrieverList, java.util.List<IQValueSetter> vl, int start, int limit, int timeout)