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.
|
Object |
getCalendarValue(String columnLabel,
Class<?> type,
Calendar calendar)
Get calendar value.
|
protected QueryResult |
getCurrentQueryResult() |
InputStream |
getInputStream(int columnIndex,
String type)
Get InputStream.
|
InputStream |
getInputStream(String columnLabel,
String type)
Get InputStream.
|
Object |
getValue(int columnIndex,
Class<?> type)
Get data value.
|
Object |
getValue(String columnLabel,
Class<?> type)
Get data value.
|
boolean |
wasNull()
Adjust ResultSet is null or not.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextprotected 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 getValue(String columnLabel, Class<?> type) throws SQLException
MergedResultgetValue in interface MergedResultcolumnLabel - column labeltype - 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 Object getCalendarValue(String columnLabel, Class<?> type, Calendar calendar) throws SQLException
MergedResultgetCalendarValue in interface MergedResultcolumnLabel - column labeltype - 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 InputStream getInputStream(String columnLabel, String type) throws SQLException
MergedResultgetInputStream in interface MergedResultcolumnLabel - column labeltype - class type of data valueSQLException - SQL Exceptionpublic boolean wasNull()
MergedResultwasNull in interface MergedResultCopyright © 2018. All rights reserved.