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