| 535 | } |
| 536 | |
| 537 | type ExplainStatement struct { |
| 538 | Explain string |
| 539 | IsDML bool |
| 540 | } |
| 541 | |
| 542 | // Execute processes `EXPLAIN` statement for queries and DMLs. |
| 543 | func (s *ExplainStatement) Execute(ctx context.Context, session *Session) (*Result, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected