public final class MemoryQueryResultRow extends Object
| Constructor and Description |
|---|
MemoryQueryResultRow(MergedResult mergedResult,
int columnCount) |
MemoryQueryResultRow(QueryResult queryResult) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCell(int columnIndex)
Get data from cell.
|
void |
setCell(int columnIndex,
Object value)
Set data for cell.
|
public MemoryQueryResultRow(QueryResult queryResult) throws SQLException
SQLExceptionpublic MemoryQueryResultRow(MergedResult mergedResult, int columnCount) throws SQLException
SQLExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.