public class ClobReaderTypeHandler extends AbstractTypeHandler<Reader>
| 构造器和说明 |
|---|
ClobReaderTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
Reader |
getNullableResult(CallableStatement cs,
int columnIndex)
Get a
Reader that corresponds to a specified column index from CallableStatement. |
Reader |
getNullableResult(ResultSet rs,
int columnIndex)
|
Reader |
getNullableResult(ResultSet rs,
String columnName)
|
void |
setNonNullParameter(PreparedStatement ps,
int i,
Reader parameter,
JDBCType jdbcType)
Set a
Reader into PreparedStatement. |
getResult, getResult, getResult, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, Reader parameter, JDBCType jdbcType) throws SQLException
Reader into PreparedStatement.setNonNullParameter 在类中 AbstractTypeHandler<Reader>SQLExceptionPreparedStatement.setClob(int, Reader)public Reader getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<Reader>columnName - Colunm name, when configuration useColumnLabel is falseSQLExceptionResultSet.getClob(String)public Reader getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<Reader>SQLExceptionResultSet.getClob(int)public Reader getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
Reader that corresponds to a specified column index from CallableStatement.getNullableResult 在类中 AbstractTypeHandler<Reader>SQLExceptionCallableStatement.getClob(int)Copyright © 2020–2021. All rights reserved.