java.lang.Object
io.ebeaninternal.server.query.QueryPlanLogger
io.ebeaninternal.server.query.QueryPlanLoggerSqlServer
A QueryPlanLogger for SqlServer. It will return the plan as XML, which can be opened in
Microsoft SQL Server Management Studio.
- Author:
- Roland Praml, FOCONIS AG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectPlan(Connection conn, SpiQueryPlan plan, io.ebeaninternal.server.bind.capture.BindCapture bind)
-
Constructor Details
-
QueryPlanLoggerSqlServer
public QueryPlanLoggerSqlServer()
-
-
Method Details
-
collectPlan
public SpiDbQueryPlan collectPlan(Connection conn, SpiQueryPlan plan, io.ebeaninternal.server.bind.capture.BindCapture bind)
-