|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.persist.jdbc.param.AbstractParam
com.sibvisions.rad.persist.jdbc.param.OutParam
public class OutParam
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. |
protected |
OutParam(int pSqlType,
java.lang.String pStructType)
Creates a new instance of OutParam for the given array type. |
|
OutParam(java.lang.String pArrayType)
Deprecated. use newArrayParam(String) instead. |
| Method Summary | |
|---|---|
static OutParam |
newArrayParam(java.lang.String pArrayType)
Creates a new instance of OutParam for the given array type. |
static OutParam |
newStructParam(java.lang.String pStructType)
Creates a new instance of OutParam for the given struct type. |
| Methods inherited from class com.sibvisions.rad.persist.jdbc.param.AbstractParam |
|---|
getArrayType, getSqlType, getType, getTypeName, getValue, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OutParam(int pSqlType)
OutParam for the given sql type.
pSqlType - the sql type. All Types are supported.@Deprecated public OutParam(java.lang.String pArrayType)
newArrayParam(String) instead.
OutParam for the given array type.
pArrayType - the array type.
protected OutParam(int pSqlType,
java.lang.String pStructType)
OutParam for the given array type.
pSqlType - the sql type. All Types are supported.pStructType - the array type.| Method Detail |
|---|
public static OutParam newArrayParam(java.lang.String pArrayType)
OutParam for the given array type.
pArrayType - the array type.
public static OutParam newStructParam(java.lang.String pStructType)
OutParam for the given struct type.
pStructType - the array type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||