MCPcopy
hub / github.com/jackc/pgx / Stmt

Struct Stmt

stdlib/sql.go:587–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587type Stmt struct {
588 sd *pgconn.StatementDescription
589 conn *Conn
590}
591
592func (s *Stmt) Close() error {
593 ctx, cancel := context.WithTimeout(context.Background(), time.Second*5)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected