public class ClobReaderTypeHandler extends BaseTypeHandler<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 在类中 BaseTypeHandler<Reader>SQLExceptionPreparedStatement.setClob(int, Reader)public Reader getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 BaseTypeHandler<Reader>SQLExceptionResultSet.getClob(String)public Reader getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<Reader>SQLExceptionResultSet.getClob(int)public Reader getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
Reader that corresponds to a specified column index from CallableStatement.getNullableResult 在类中 BaseTypeHandler<Reader>SQLExceptionCallableStatement.getClob(int)Copyright © 2019. All rights reserved.