public abstract class StreamMergedResult extends Object implements MergedResult
| Constructor and Description |
|---|
StreamMergedResult() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar)
Get calendar value.
|
protected QueryResult |
getCurrentQueryResult() |
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, waitnextprotected final QueryResult getCurrentQueryResult() throws SQLException
SQLExceptionpublic 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 final InputStream getInputStream(int columnIndex, String type) throws SQLException
MergedResultgetInputStream in interface MergedResultcolumnIndex - column indextype - class type of data valueSQLException - SQL exceptionpublic final boolean wasNull()
MergedResultwasNull in interface MergedResultCopyright © 2022 The Apache Software Foundation. All rights reserved.