Uses of Interface
io.ebeaninternal.api.SpiDbQueryPlan
Packages that use SpiDbQueryPlan
-
Uses of SpiDbQueryPlan in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return SpiDbQueryPlanModifier and TypeMethodDescriptionSpiQueryPlan.createMeta(String bind, String planString) Return as Database query plan.SpiDbQueryPlan.with(long queryTimeMicros, long captureCount, long captureMicros, Instant whenCaptured) Extend with queryTimeMicros, captureCount, captureMicros and when the bind values were captured. -
Uses of SpiDbQueryPlan in io.ebeaninternal.server.query
Methods in io.ebeaninternal.server.query that return SpiDbQueryPlanModifier and TypeMethodDescriptionCQueryPlanManager.collectPlan(Connection connection, SpiQueryPlan queryPlan, io.ebeaninternal.server.bind.capture.BindCapture last) QueryPlanLoggerExplain.collectPlan(Connection conn, SpiQueryPlan plan, io.ebeaninternal.server.bind.capture.BindCapture bind) QueryPlanLoggerOracle.collectPlan(Connection conn, SpiQueryPlan plan, io.ebeaninternal.server.bind.capture.BindCapture bind) QueryPlanLoggerSqlServer.collectPlan(Connection conn, SpiQueryPlan plan, io.ebeaninternal.server.bind.capture.BindCapture bind)