Class MemoryQueryResultRow
java.lang.Object
org.apache.shardingsphere.infra.merge.result.impl.memory.MemoryQueryResultRow
Memory query result row.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MemoryQueryResultRow
- Throws:
SQLException
-
-
Method Details
-
getCell
Get data from cell.- Parameters:
columnIndex- column index- Returns:
- data from cell
-
setCell
Set data for cell.- Parameters:
columnIndex- column indexvalue- data for cell
-