Class MemoryQueryResultRow
- java.lang.Object
-
- org.apache.shardingsphere.infra.merge.result.impl.memory.MemoryQueryResultRow
-
public final class MemoryQueryResultRow extends Object
Memory query result row.
-
-
Constructor Summary
Constructors Constructor Description MemoryQueryResultRow(QueryResult queryResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetCell(int columnIndex)Get data from cell.voidsetCell(int columnIndex, Object value)Set data for cell.
-
-
-
Constructor Detail
-
MemoryQueryResultRow
public MemoryQueryResultRow(QueryResult queryResult) throws SQLException
- Throws:
SQLException
-
-