github.com/jackc/pgx/v5/internal/stmtcache.Cache.Get (method)

7 uses

	github.com/jackc/pgx/v5/internal/stmtcache (current package)
		stmtcache.go#L21: 	Get(sql string) *pgconn.StatementDescription

	github.com/jackc/pgx/v5
		conn.go#L541: 		sd := c.statementCache.Get(sql)
		conn.go#L555: 		sd := c.descriptionCache.Get(sql)
		conn.go#L902: 		sd = c.statementCache.Get(sql)
		conn.go#L914: 		sd = c.descriptionCache.Get(sql)
		conn.go#L1083: 			sd := c.statementCache.Get(bi.SQL)
		conn.go#L1115: 			sd := c.descriptionCache.Get(bi.SQL)