Class QueryPlanLoggerExplain

java.lang.Object
io.ebeaninternal.server.query.QueryPlanLogger
io.ebeaninternal.server.query.QueryPlanLoggerExplain

public final class QueryPlanLoggerExplain extends QueryPlanLogger
A QueryPlanLogger that prefixes "EXPLAIN " to the query. This works for Postgres, H2 and MySql.
  • Constructor Details

    • QueryPlanLoggerExplain

      public QueryPlanLoggerExplain(String prefix)
  • Method Details