Interface QueryEntry

All Superinterfaces:
TraceEntry
All Known Subinterfaces:
AsyncQueryEntry

public interface QueryEntry extends TraceEntry
A TraceEntry that also captures query data for aggregation.
  • Method Details

    • rowNavigationAttempted

      void rowNavigationAttempted()
    • incrementCurrRow

      void incrementCurrRow()
      Call after successfully getting next row.
    • setCurrRow

      void setCurrRow(long row)
      Row numbers start at 1 (not 0).
      Parameters:
      row -