db.exists: Check for the existence of a database table, view, or index

View source: R/db-info.R

db.existsR Documentation

Check for the existence of a database table, view, or index

Description

Check for the existence of a database table, view, or index

Usage

db.exists(db, name)

Arguments

db

The database connection. S4 object of class "database".

name

The name of the table, view, or index in the database.

Value

TRUE if the item exists. Otherwise FALSE.


blueraleigh/db documentation built on Feb. 25, 2024, 9:13 a.m.