public class Parameter extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Object |
dat
数据
|
long |
datLen
数据长度
|
int |
flag
参数的标志
|
boolean |
isRegist
参数是否注册,hp修改
|
boolean |
isSet
参数值已设置
|
long |
lobId
大对象标识
|
String |
name
参数名
|
int |
ordinal
参数序号.
|
int |
prec
参数的精度
|
int |
rh_typeid
参数的本地类型id
|
int |
scale
参数的标度
|
int |
sql_type
参数的sql类型id
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getRh_typeid()
取得参数
|
void |
setParamInfo(int ordinal,
int typeId,
int flags) |
void |
setParamInfo(String name,
int ordinal,
int typeId,
int flags) |
void |
setParamInfo(String name,
int ordinal,
int typeId,
int prec,
int scale,
int flags) |
public String name
public int ordinal
public int rh_typeid
public int sql_type
public int flag
public int prec
public int scale
public boolean isSet
public long datLen
public Object dat
public boolean isRegist
public long lobId
public Parameter()
public Parameter(long lobId,
int datLen,
Object dat)
public void setParamInfo(String name, int ordinal, int typeId, int prec, int scale, int flags)
public void setParamInfo(String name, int ordinal, int typeId, int flags)
public void setParamInfo(int ordinal,
int typeId,
int flags)
public int getRh_typeid()
Copyright © 2025. All rights reserved.