github.com/jackc/pgconn/stmtcache.LRU.clearStmt (method)

2 uses

	github.com/jackc/pgconn/stmtcache (current package)
		lru.go#L49: 			err := c.clearStmt(ctx, stmt)
		lru.go#L105: func (c *LRU) clearStmt(ctx context.Context, sql string) error {