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 April 21, 2024, 6:30 a.m.