MCPcopy Create free account
hub / github.com/donatj/sqlread / Write

Method Write

cmd/sqlread/query.go:13–13  ·  view source on GitHub ↗
(record []string)

Source from the content-addressed store, hash-verified

11
12type DataWriter interface {
13 Write(record []string) error
14 Flush()
15}
16

Callers 4

execQueryFunction · 0.80
showColumnsFunction · 0.80
showCreateTableFunction · 0.80
showTablesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected