public final class TransparentMergedResult extends Object implements MergedResult
| Constructor and Description |
|---|
TransparentMergedResult() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface MergedResultSQLException - SQL exceptionpublic Object getValue(int columnIndex, Class<?> type) throws SQLException
MergedResultgetValue in interface MergedResultcolumnIndex - column indextype - class type of data valueSQLException - SQL exceptionpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
MergedResultgetCalendarValue in interface MergedResultcolumnIndex - column indextype - class type of data valuecalendar - calendarSQLException - SQL exceptionpublic InputStream getInputStream(int columnIndex, String type) throws SQLException
MergedResultgetInputStream in interface MergedResultcolumnIndex - column indextype - class type of data valueSQLException - SQL exceptionpublic boolean wasNull()
throws SQLException
MergedResultwasNull in interface MergedResultSQLException - SQL exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.