public class BlobValueAdaptor extends Object
| 构造器和说明 |
|---|
BlobValueAdaptor(FilePool pool) |
public BlobValueAdaptor(FilePool pool)
public Object get(ResultSet rs, String colName) throws SQLException
ValueAdaptorrs - 结果集colName - 列名SQLExceptionpublic void set(PreparedStatement stat, Object obj, int i) throws SQLException
ValueAdaptor一个值可以被设置到多个占位符中
stat - 缓冲语句obj - 值i - 占位符位置,从 1 开始SQLExceptionCopyright © 2017. All rights reserved.