MCPcopy
hub / github.com/dosco/graphjin / sqlExecutor

Struct sqlExecutor

clickhousedriver/resolve.go:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type sqlExecutor struct{ db *sql.DB }
34
35func (e *sqlExecutor) Query(ctx context.Context, stmt Statement) (ResultSet, error) {
36 if debugSQL {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected