public final class ShowOtherMergedResult extends Object implements MergedResult
Constructor and Description |
---|
ShowOtherMergedResult() |
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.
|
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 |
next()
iterate next data.
|
boolean |
wasNull()
Adjust ResultSet is null or not.
|
public boolean next() throws SQLException
MergedResult
next
in interface MergedResult
SQLException
- SQL Exceptionpublic Object getValue(int columnIndex, Class<?> type) throws SQLException
MergedResult
getValue
in interface MergedResult
columnIndex
- column indextype
- class type of data valueSQLException
- SQL Exceptionpublic Object getValue(String columnLabel, Class<?> type) throws SQLException
MergedResult
getValue
in interface MergedResult
columnLabel
- column labeltype
- class type of data valueSQLException
- SQL Exceptionpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
MergedResult
getCalendarValue
in interface MergedResult
columnIndex
- column indextype
- class type of data valuecalendar
- calendarSQLException
- SQL Exceptionpublic Object getCalendarValue(String columnLabel, Class<?> type, Calendar calendar) throws SQLException
MergedResult
getCalendarValue
in interface MergedResult
columnLabel
- column labeltype
- class type of data valuecalendar
- calendarSQLException
- SQL Exceptionpublic InputStream getInputStream(int columnIndex, String type) throws SQLException
MergedResult
getInputStream
in interface MergedResult
columnIndex
- column indextype
- class type of data valueSQLException
- SQL Exceptionpublic InputStream getInputStream(String columnLabel, String type) throws SQLException
MergedResult
getInputStream
in interface MergedResult
columnLabel
- column labeltype
- class type of data valueSQLException
- SQL Exceptionpublic boolean wasNull()
MergedResult
wasNull
in interface MergedResult
Copyright © 2018. All rights reserved.