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

Struct Stmt

mongodriver/conn.go:193–196  ·  view source on GitHub ↗

Stmt implements driver.Stmt for MongoDB.

Source from the content-addressed store, hash-verified

191
192// Stmt implements driver.Stmt for MongoDB.
193type Stmt struct {
194 conn *Conn
195 query string
196}
197
198// Close closes the statement.
199func (s *Stmt) Close() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected