Uses of Class
com.sibvisions.rad.persist.jdbc.param.AbstractParam.ParameterType

Packages that use AbstractParam.ParameterType
com.sibvisions.rad.persist.jdbc.param Contains parameter definitions for JDBC calls. 
 

Uses of AbstractParam.ParameterType in com.sibvisions.rad.persist.jdbc.param
 

Methods in com.sibvisions.rad.persist.jdbc.param that return AbstractParam.ParameterType
 AbstractParam.ParameterType AbstractParam.getType()
          Gets the parameter type.
static AbstractParam.ParameterType AbstractParam.ParameterType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractParam.ParameterType[] AbstractParam.ParameterType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.sibvisions.rad.persist.jdbc.param with parameters of type AbstractParam.ParameterType
AbstractParam(AbstractParam.ParameterType pType, int pSqlType, Object pValue)
          Creates a new instance of AbstractParam.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.