dbj-table: dbj table handling

Description Usage Arguments See Also

Description

dbj table handling

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## S4 method for signature 'JDBCConnection'
dbListTables(conn, pattern = "%", ...)

## S4 method for signature 'JDBCConnection'
dbGetTables(conn, pattern = "%", ...)

## S4 method for signature 'JDBCConnection,character'
dbExistsTable(conn, name, ...)

## S4 method for signature 'JDBCConnection,character'
dbRemoveTable(conn, name, ...)

## S4 method for signature 'JDBCConnection,character'
dbListFields(conn, name, pattern = "%",
  ...)

## S4 method for signature 'JDBCConnection'
dbGetFields(conn, name, pattern = "%", ...)

Arguments

conn

A JDBCConnection object, as produced by dbConnect.

pattern

the pattern to filter tables or fields

...

Other parameters passed on to methods.

name

A character vector of length one specifying a table name.

See Also

Other JDBCConnection methods: dbConnect,JDBCConnection-method, dbDisconnect,JDBCConnection-method, dbSendQuery,JDBCConnection,character-method, dbj-edit-tables, dbj-sql-generate, dbj-sql-quote


hoesler/dbj documentation built on May 17, 2019, 4:36 p.m.