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

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

public class OutParam
extends AbstractParam

The OutParam is a simple 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
OutParam(int pSqlType)
          Creates a new instance of OutParam for the given 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

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.