test_dbListTables: tests behaviour of the dbListTables()

Description Usage Arguments Value

View source: R/test_dbListTables.R

Description

As the dbListTables() specification in the DBI is simply wrong (if you want to support schemas you can not return a character vector as a dbListTables() result because it is impossible to correctly escape schema and table name then), we can not provide a tests giving simple pass/fail results.

Instead of that we can only check out and describe some aspects of the dbListTables() like if views are listed, if temporary tables are listed, etc.

Usage

1

Arguments

conn

connection to the database opend using DBI::dbConnect()

Value

numeric vector describing dbListTables() behaviour


zozlak/useR2015 documentation built on May 5, 2019, 1:37 a.m.