public final class MultipleLocalDataMergedResult extends Object implements MergedResult
| 构造器和说明 |
|---|
MultipleLocalDataMergedResult(Collection<List<Object>> rows) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 MultipleLocalDataMergedResult(Collection<List<Object>> rows)
public boolean next()
next 在接口中 MergedResultpublic Object getValue(int columnIndex, Class<?> type)
getValue 在接口中 MergedResultpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar)
getCalendarValue 在接口中 MergedResultpublic InputStream getInputStream(int columnIndex, String type) throws SQLException
getInputStream 在接口中 MergedResultSQLExceptionpublic boolean wasNull()
wasNull 在接口中 MergedResultCopyright © 2020 The Apache Software Foundation. All rights reserved.