MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / mysqlExplainer

Struct mysqlExplainer

internal/cmd/vet.go:346–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346type mysqlExplainer struct {
347 *sql.DB
348}
349
350func (me *mysqlExplainer) Explain(ctx context.Context, query string, args ...*plugin.Parameter) (*vetEngineOutput, error) {
351 eQuery := "EXPLAIN FORMAT=JSON " + query

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected