|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.webapp.qsql.JdbcOutParam<T>
to.etc.webapp.qsql.JdbcInOutParam<T>
public 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...)
.
Constructor Summary | |
---|---|
JdbcInOutParam(java.lang.Class<T> classType,
T value)
|
Method Summary |
---|
Methods inherited from class to.etc.webapp.qsql.JdbcOutParam |
---|
getClassType, getValue, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbcInOutParam(@Nonnull java.lang.Class<T> classType, T value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |