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

Struct PgStmt

wasm/postgres.go:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80type PgStmt struct {
81 client js.Value
82 key string
83 query string
84 numInput int
85}
86
87func (s *PgStmt) Close() error {
88 await(s.client.Call("end"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected