Interface EnrichedResult
-
- All Superinterfaces:
Result
- All Known Subinterfaces:
CursorResult,IndexedNonEmptySeqResult,IndexedSeqResult,SingleOptResult,SingleResult
public interface EnrichedResult extends Result
Result with processable values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getColumns()Gets the column names of the result.
-