public abstract class DecoratorMergedResult extends Object implements MergedResult
| 构造器和说明 |
|---|
DecoratorMergedResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar)
Get calendar value.
|
InputStream |
getInputStream(int columnIndex,
String type)
Get InputStream.
|
Object |
getValue(int columnIndex,
Class<?> type)
Get data value.
|
boolean |
wasNull()
Judge ResultSet is null or not.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextpublic final Object getValue(int columnIndex, Class<?> type) throws SQLException
MergedResultgetValue 在接口中 MergedResultcolumnIndex - column indextype - class type of data valueSQLException - SQL Exceptionpublic final Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
MergedResultgetCalendarValue 在接口中 MergedResultcolumnIndex - column indextype - class type of data valuecalendar - calendarSQLException - SQL Exceptionpublic final InputStream getInputStream(int columnIndex, String type) throws SQLException
MergedResultgetInputStream 在接口中 MergedResultcolumnIndex - column indextype - class type of data valueSQLException - SQL Exceptionpublic final boolean wasNull()
throws SQLException
MergedResultwasNull 在接口中 MergedResultSQLException - SQL ExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.