public final class TransparentMergedResult extends Object implements MergedResult
| 构造器和说明 |
|---|
TransparentMergedResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
next()
Iterate next data.
|
boolean |
wasNull()
Judge ResultSet is null or not.
|
public boolean next()
throws SQLException
MergedResultnext 在接口中 MergedResultSQLException - SQL exceptionpublic Object getValue(int columnIndex, Class<?> type) throws SQLException
MergedResultgetValue 在接口中 MergedResultcolumnIndex - column indextype - class type of data valueSQLException - SQL exceptionpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
MergedResultgetCalendarValue 在接口中 MergedResultcolumnIndex - column indextype - class type of data valuecalendar - calendarSQLException - SQL exceptionpublic InputStream getInputStream(int columnIndex, String type) throws SQLException
MergedResultgetInputStream 在接口中 MergedResultcolumnIndex - column indextype - class type of data valueSQLException - SQL exceptionpublic boolean wasNull()
throws SQLException
MergedResultwasNull 在接口中 MergedResultSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.