func github.com/jackc/pgx/v5/internal/stmtcache.StatementName

4 uses

	github.com/jackc/pgx/v5/internal/stmtcache (current package)
		stmtcache.go#L13: func StatementName(sql string) string {

	github.com/jackc/pgx/v5
		conn.go#L543: 			sd, err = c.Prepare(ctx, stmtcache.StatementName(sql), sql)
		conn.go#L903: 			sd, err = c.Prepare(ctx, stmtcache.StatementName(sql), sql)
		conn.go#L1090: 						Name: stmtcache.StatementName(bi.SQL),