Interface Result.ResultRow

Enclosing interface:
Result

public static interface Result.ResultRow
Describes a row of a result. The contents of this object is only stable during the call to the visit(ResultRow) method of Result.ResultVisitor. The data it contains can change between calls to the visit(ResultRow) method. Instances of this type should thus not be saved for later use, or shared with other threads, rather the content should be copied.