dbExistsTable-ODBCConnection-character-method: Does the table exist?

Description Usage Arguments Value

Description

Does the table exist?

Usage

1
2
## S4 method for signature 'ODBCConnection,character'
dbExistsTable(conn, name)

Arguments

conn

An existing ODBCConnection

name

String, name of table. Match is case insensitive.

Value

boolean value which indicated whether the table exists or not


teramonagi/RODBCDBI documentation built on May 31, 2019, 8:37 a.m.