public static class StoredProcedure.Param extends Object implements Serializable
StoredProcedure
parameter.
The class has properties like paramType, name, dataType, value, hash.
Constructor and Description |
---|
Param(StoredProcedure.ParamType paramType,
String name,
DataType dataType)
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
DataType |
getDataType()
Returns the
DataType of this StoredProcedure.Param . |
String |
getName()
Returns the name of this
StoredProcedure.Param . |
StoredProcedure.ParamType |
getParamType()
Returns the
StoredProcedure.ParamType of this StoredProcedure.Param . |
Object |
getValue()
Returns the value of this
StoredProcedure.Param . |
int |
hashCode() |
void |
setValue(Object value)
Sets the value of this
StoredProcedure.Param . |
String |
toString() |
public Param(StoredProcedure.ParamType paramType, String name, DataType dataType)
paramType
- the type of this StoredProcedure.Param
name
- the name of this StoredProcedure.Param
dataType
- the data type of this StoredProcedure.Param
public StoredProcedure.ParamType getParamType()
StoredProcedure.ParamType
of this StoredProcedure.Param
.StoredProcedure.ParamType
of this StoredProcedure.Param
public String getName()
StoredProcedure.Param
.StoredProcedure.Param
public DataType getDataType()
DataType
of this StoredProcedure.Param
.DataType
of this StoredProcedure.Param
public void setValue(Object value)
StoredProcedure.Param
.value
- the new valuepublic Object getValue()
StoredProcedure.Param
.Object
Copyright © 2003–2020 XDEV Software. All rights reserved.