java.lang.Object
io.ebeaninternal.server.query.QueryPlanLogger
io.ebeaninternal.server.query.QueryPlanLoggerExplain
A QueryPlanLogger that prefixes "EXPLAIN " to the query. This works for Postgres, H2 and MySql.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectPlan(Connection conn, SpiQueryPlan plan, io.ebeaninternal.server.bind.capture.BindCapture bind)
-
Constructor Details
-
QueryPlanLoggerExplain
-
-
Method Details
-
collectPlan
public SpiDbQueryPlan collectPlan(Connection conn, SpiQueryPlan plan, io.ebeaninternal.server.bind.capture.BindCapture bind)
-