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