db_drop_table: Function to drop a database table.

View source: R/db_drop_table.R

db_drop_tableR Documentation

Function to drop a database table.

Description

Function to drop a database table.

Usage

db_drop_table(con, table, cascade = FALSE)

Arguments

con

Database connection.

table

Table to drop.

cascade

Should the DROP TABLE statement also use a CASCADE clause to force the table drop?

Value

Invisible con.

Author(s)

Stuart K. Grange.


skgrange/databaser documentation built on Sept. 13, 2024, 3:53 a.m.