Uses of Class
org.voltdb.VoltTableRow
Packages that use VoltTableRow
-
Uses of VoltTableRow in org.voltdb
Subclasses of VoltTableRow in org.voltdbModifier and TypeClassDescriptionfinal class
The primary representation of a result set (of tuples) or a temporary table in VoltDB.Methods in org.voltdb that return VoltTableRowModifier and TypeMethodDescriptionVoltTable.cloneRow()
Get a newVoltTableRow
instance with identical position as this table.abstract VoltTableRow
VoltTableRow.cloneRow()
Clone a row.final VoltTableRow
VoltTable.fetchRow
(int index) Return aVoltTableRow
instance with the specified index.Methods in org.voltdb with parameters of type VoltTableRowModifier and TypeMethodDescriptionfinal void
VoltTable.add
(VoltTableRow row) Append arow
from anotherVoltTable
to this VoltTable instance.