R/method-length.R

##' @exportMethod length
NULL

##' @name length
##' @docType methods
##' @rdname DBIConnection-methods
##' @docType methods
##' @aliases length,DBIConnection-method
##' @export
setMethod("length", "DBIConnection",
          function(x) length(dbListTables(x)))
jrnold/DBIExtras documentation built on May 19, 2019, 11:55 p.m.