public final class SingleLocalDataMergedResult extends Object implements MergedResult
| Constructor and Description |
|---|
SingleLocalDataMergedResult(Collection<Object> values) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar) |
InputStream |
getInputStream(int columnIndex,
String type) |
Object |
getValue(int columnIndex,
Class<?> type) |
boolean |
next() |
boolean |
wasNull() |
public SingleLocalDataMergedResult(Collection<Object> values)
public boolean next()
next in interface MergedResultpublic Object getValue(int columnIndex, Class<?> type)
getValue in interface MergedResultpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar)
getCalendarValue in interface MergedResultpublic InputStream getInputStream(int columnIndex, String type) throws SQLException
getInputStream in interface MergedResultSQLExceptionpublic boolean wasNull()
wasNull in interface MergedResultCopyright © 2020 The Apache Software Foundation. All rights reserved.