Hi,
Using psql I've seen an option \r that reset query buffers. Does anybody know if there is anything similar with JDBC? If you're doing many queries, this guarantee you that the results of a query won't be in the cache?

I've been looking for it but I haven't found many information.

Thanks

yours,

    Cris..