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)
为缓冲语句设置值
|
getpublic ClobValueAdapter2(FilePool pool)
public void set(PreparedStatement stat, Object obj, int index) throws SQLException
ValueAdaptor一个值可以被设置到多个占位符中
set in interface ValueAdaptorset in class ClobValueAdaptorstat - 缓冲语句obj - 值index - 占位符位置,从 1 开始SQLExceptionCopyright © 2017. All rights reserved.