RJDBC
RJDBC copied to clipboard
Implement dbFetch
See DBI release notes warning of deprecation of support for fetch:
dbFetch() added as alias to fetch() to provide consistent name. Implementers should define methods for both fetch() and dbFetch() until fetch() is deprecated in 2015. For now, the default method for dbFetch() calls fetch().