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