public abstract class AbstractMemoryQueryResult extends Object implements QueryResult
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractMemoryQueryResult(QueryResultMetaData metaData,
Collection<MemoryQueryResultDataRow> rows) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
Close.
|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar)
Get calendar value.
|
InputStream |
getInputStream(int columnIndex,
String type)
Get input stream.
|
Object |
getValue(int columnIndex,
Class<?> type)
Get data value.
|
boolean |
next()
Iterate next data.
|
boolean |
wasNull()
Judge result set is null or not.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetaDataprotected AbstractMemoryQueryResult(QueryResultMetaData metaData, Collection<MemoryQueryResultDataRow> rows)
public final boolean next()
QueryResultnext 在接口中 QueryResultpublic final Object getValue(int columnIndex, Class<?> type)
QueryResultgetValue 在接口中 QueryResultcolumnIndex - column indextype - class type of data valuepublic final Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar)
QueryResultgetCalendarValue 在接口中 QueryResultcolumnIndex - column indextype - class type of data valuecalendar - calendarpublic final InputStream getInputStream(int columnIndex, String type)
QueryResultgetInputStream 在接口中 QueryResultcolumnIndex - column indextype - class type of data valuepublic final boolean wasNull()
QueryResultwasNull 在接口中 QueryResultpublic final void close()
QueryResultclose 在接口中 QueryResultCopyright © 2022 The Apache Software Foundation. All rights reserved.