Interface SpiDbQueryPlan

All Superinterfaces:
MetaQueryPlan

public interface SpiDbQueryPlan extends MetaQueryPlan
Internal database query plan being capture.
  • Method Details

    • with

      SpiDbQueryPlan with(long queryTimeMicros, long captureCount, long captureMicros, Instant whenCaptured)
      Extend with queryTimeMicros, captureCount, captureMicros and when the bind values were captured.