| 程序包 | 说明 |
|---|---|
| com.xugu.cloudjdbc |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ParamList |
Statement.paramList
save the param of the SQL
|
protected ParamList |
Statement.paramLobs |
protected ParamList |
RowSet.pList |
| 限定符和类型 | 方法和说明 |
|---|---|
protected short |
PreparedStatement.getParamType(ParamList param,
int idx,
int methode)
该方法用于判断修改绑定参数的类型,是in(1),out(2),in out(3)参数
判断原理:当参数对应的Parameter对象中,如果isRegist=true,在调用setXX()方法时,要将参数类型设置为in out参数
当参数对应的Parameter对象中,如果isSet=true,在调用registXX()方法时,要将参数类型设置为in out参数
当参数对应的Parameter对象中,如果isRegist=false且isSet=false时:
在调用setXX()方法时,要将参数类型设置为in参数;在调用registXX()方法时,要将参数类型设置为out参数
|
Copyright © 2025. All rights reserved.