src_h2: Create a source object for an H2 database.

Description Usage Arguments Methods (by class)

View source: R/src_h2.r

Description

Create a source object for an H2 database.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
src_h2(x, ...)

## S3 method for class 'character'
src_h2(x, drv_h2 = dbj.h2::driver(), ...)

## S3 method for class 'H2Connection'
src_h2(x, ...)

## S3 method for class 'src_h2'
tbl(src, from, ...)

## S3 method for class 'src_h2'
src_desc(x)

## S3 method for class 'src_h2'
src_translate_env(x)

Arguments

x

an URL for the H2 database connection as defined at http://h2database.com/html/features.html#database_url. If x is a path to a local file, than the '.h2.db' suffix, if present, is stripped off automatically.

...

for the src, other arguments passed on to the underlying database connector, dbConnect. For the tbl, included for compatibility with the generic, but otherwise ignored.

drv_h2

The database driver

src

a h2 src created with src_h2.

from

Either a string giving the name of table in database, or sql described a derived table or compound join.

Methods (by class)


hoesler/dplyr-src-h2 documentation built on May 17, 2019, 4:37 p.m.