dbExistsTable,ODBCConnection,character-method {RODBCDBI}R Documentation

Does the table exist?

Description

Does the table exist?

Usage

## 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


[Package RODBCDBI version 0.1.1 Index]