类 BlobPreparedStatementHandle
- java.lang.Object
-
- risesoft.data.transfer.stream.rdbms.out.columns.impl.BlobPreparedStatementHandle
-
- 所有已实现的接口:
PreparedStatementHandle
public class BlobPreparedStatementHandle extends Object implements PreparedStatementHandle
Blob 类型处理- 作者:
- lb
- Date:
- 2024年1月25日
-
-
构造器概要
构造器 构造器 说明 BlobPreparedStatementHandle()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidfillPreparedStatementColumnType(PreparedStatement preparedStatement, int columnIndex, Column column, DataBaseType dataBaseType, org.apache.commons.lang3.tuple.Triple<List<String>,List<Integer>,List<String>> resultSetMetaData)设置值booleanisBigType()是否为大类型booleanisHandle(int type)是否被这个handle处理
-
-
-
方法详细资料
-
isHandle
public boolean isHandle(int type)
从接口复制的说明:PreparedStatementHandle是否被这个handle处理- 指定者:
isHandle在接口中PreparedStatementHandle- 返回:
-
isBigType
public boolean isBigType()
从接口复制的说明:PreparedStatementHandle是否为大类型- 指定者:
isBigType在接口中PreparedStatementHandle- 返回:
-
fillPreparedStatementColumnType
public void fillPreparedStatementColumnType(PreparedStatement preparedStatement, int columnIndex, Column column, DataBaseType dataBaseType, org.apache.commons.lang3.tuple.Triple<List<String>,List<Integer>,List<String>> resultSetMetaData) throws Exception
从接口复制的说明:PreparedStatementHandle设置值- 指定者:
fillPreparedStatementColumnType在接口中PreparedStatementHandle- 参数:
preparedStatement- 需要设置的statementcolumnIndex- 列indexcolumn- 列数据- 抛出:
Exception
-
-