com.sibvisions.rad.persist.jdbc.param
Class InOutParam

java.lang.Object
  extended by com.sibvisions.rad.persist.jdbc.param.AbstractParam
      extended by com.sibvisions.rad.persist.jdbc.param.InOutParam

public class InOutParam
extends AbstractParam

The InOutParam defines an input and output parameter for JDBC calls.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sibvisions.rad.persist.jdbc.param.AbstractParam
AbstractParam.ParameterType
 
Field Summary
 
Fields inherited from class com.sibvisions.rad.persist.jdbc.param.AbstractParam
SQLTYPE_AUTOMATIC, SQLTYPE_DECIMAL, SQLTYPE_TIMESTAMP, SQLTYPE_VARCHAR
 
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.
 
Method Summary
 
Methods inherited from class com.sibvisions.rad.persist.jdbc.param.AbstractParam
getSqlType, getType, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 value
pSqlType - the sql type. All Types are supported.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.