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

Method Query

clickhousedriver/resolve.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, stmt Statement)

Source from the content-addressed store, hash-verified

27// on the wrapped clickhouse-go *sql.DB, tests supply a fake.
28type Executor interface {
29 Query(ctx context.Context, stmt Statement) (ResultSet, error)
30 Exec(ctx context.Context, stmt Statement) error
31}
32

Callers 15

QueryContextMethod · 0.65
QueryContextMethod · 0.65
QueryMethod · 0.65
ExecMethod · 0.65
mustExecFunction · 0.65
TestLive_PagingFunction · 0.65
introspectInfoMethod · 0.65
fetchSchemaColumnsMethod · 0.65
fetchNodeMethod · 0.65
QueryResultMethod · 0.65

Implementers 12

MyStmtwasm/mysql.go
PgStmtwasm/postgres.go
gocqlExecutorcassandradriver/executor.go
fakeExecutorcassandradriver/resolve_test.go
Stmtcassandradriver/conn.go
fakeExecclickhousedriver/resolve_test.go
Stmtclickhousedriver/conn.go
sqlExecutorclickhousedriver/resolve.go
stmttests/bigquerylive/driver.go
stmttests/hostedemu/hostedemu.go
Stmtmongodriver/conn.go
stmthostedemu/hostedemu.go

Calls

no outgoing calls