Uses of Class
to.etc.webapp.qsql.JdbcOutParam

Packages that use JdbcOutParam
to.etc.webapp.qsql   
 

Uses of JdbcOutParam in to.etc.webapp.qsql
 

Subclasses of JdbcOutParam in to.etc.webapp.qsql
 class JdbcInOutParam<T>
          IN OUT parameter definition when calling oracle function/stored procedure that has IN OUT params.
See JdbcUtil.oracleSpCall(Connection, Class, String, Object...).