public class ClobValueAdapter2 extends ClobValueAdaptor
Constructor and Description |
---|
ClobValueAdapter2(FilePool pool) |
Modifier and Type | Method and Description |
---|---|
void |
set(PreparedStatement stat,
Object obj,
int index)
为缓冲语句设置值
|
get
public ClobValueAdapter2(FilePool pool)
public void set(PreparedStatement stat, Object obj, int index) throws SQLException
ValueAdaptor
一个值可以被设置到多个占位符中
set
in interface ValueAdaptor
set
in class ClobValueAdaptor
stat
- 缓冲语句obj
- 值index
- 占位符位置,从 1 开始SQLException
Copyright © 2017. All rights reserved.