public class JdbcOutParam<T> extends Object
JdbcUtil.oracleSpCall(Connection, Class, String, Object...)
JdbcOutParam(Class<T> classType)
Class<T>
getClassType()
T
getValue()
void
setValue(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JdbcOutParam(@Nonnull Class<T> classType)
@Nullable public T getValue()
public void setValue(@Nullable T value)
@Nonnull public Class<T> getClassType()
Copyright © 2017 etc.to. All rights reserved.