github.com/jackc/pgx/v5.StrictNamedArgs.RewriteQuery (method, view implemented interface methods)

one use

	github.com/jackc/pgx/v5 (current package)
		named_args.go#L33: func (sna StrictNamedArgs) RewriteQuery(ctx context.Context, conn *Conn, sql string, args []any) (newSQL string, newArgs []any, err error) {