public final class ShowDatabasesMergedResult extends Object implements MergedResult
| Constructor and Description |
|---|
ShowDatabasesMergedResult() |
| 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()
MergedResultnext in interface MergedResultpublic Object getValue(int columnIndex, Class<?> type)
MergedResultgetValue in interface MergedResultcolumnIndex - column indextype - class type of data valuepublic Object getValue(String columnLabel, Class<?> type)
MergedResultgetValue in interface MergedResultcolumnLabel - column labeltype - class type of data valuepublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLFeatureNotSupportedException
MergedResultgetCalendarValue in interface MergedResultcolumnIndex - column indextype - class type of data valuecalendar - calendarSQLFeatureNotSupportedExceptionpublic Object getCalendarValue(String columnLabel, Class<?> type, Calendar calendar) throws SQLFeatureNotSupportedException
MergedResultgetCalendarValue in interface MergedResultcolumnLabel - column labeltype - class type of data valuecalendar - calendarSQLFeatureNotSupportedExceptionpublic InputStream getInputStream(int columnIndex, String type) throws SQLFeatureNotSupportedException
MergedResultgetInputStream in interface MergedResultcolumnIndex - column indextype - class type of data valueSQLFeatureNotSupportedExceptionpublic InputStream getInputStream(String columnLabel, String type) throws SQLFeatureNotSupportedException
MergedResultgetInputStream in interface MergedResultcolumnLabel - column labeltype - class type of data valueSQLFeatureNotSupportedExceptionpublic boolean wasNull()
MergedResultwasNull in interface MergedResultCopyright © 2018. All rights reserved.