com.sibvisions.rad.persist.jdbc.param
Class OutParam
java.lang.Object
com.sibvisions.rad.persist.jdbc.param.AbstractParam
com.sibvisions.rad.persist.jdbc.param.OutParam
public class OutParam
- extends AbstractParam
The OutParam
is a simple output parameter for JDBC calls.
Constructor Summary |
OutParam(int pSqlType)
Creates a new instance of OutParam for the given sql type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutParam
public OutParam(int pSqlType)
- Creates a new instance of
OutParam
for the given sql type.
- Parameters:
pSqlType
- the sql type. All Types
are supported.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.