Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
: Class RealParamData (RealSQL-JDBC) (realparamdata.html)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.northgateis.reality.realsql.RealParamData
Container class for IN/OUT parameters used by the set/getXXX methods in the PreparedStatement and CallableStatement interfaces.
Method Summary | |
protected byte[]
|
getBytes()
Get the parameter value as a byte array. |
protected int
|
getParamIndex()
Get the parameter ordinal value |
protected int
|
getParamLen()
Get the parameter length |
protected int
|
getParamOffset()
Get the parameter offset |
protected int
|
getParamScale()
Get the parameter scale |
protected int
|
getParamType()
Get the parameter JDBC data type |
protected java.lang.String
|
getParamValue()
Get the parameter string value |
protected void
|
setParamValue(java.lang.String value)
Set the parameter string value |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
protected int getParamIndex()
protected int getParamType()
protected int getParamLen()
protected int getParamOffset()
protected int getParamScale()
protected java.lang.String getParamValue()
protected void setParamValue(java.lang.String value)
parameter
- value.protected byte[] getBytes()
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |