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#L901: 		sd = c.statementCache.Get(sql)
		conn.go#L913: 		sd = c.descriptionCache.Get(sql)
		conn.go#L1082: 			sd := c.statementCache.Get(bi.SQL)
		conn.go#L1114: 			sd := c.descriptionCache.Get(bi.SQL)