Skip to contents

Remove a table from a DB2 database

Usage

remove_db_table(
  table,
  schema,
  conn_name,
  host,
  port,
  database,
  jar_path = NULL,
  verify = TRUE
)

Arguments

table

Table name to remove

schema

Database schema

conn_name

Connection name for credentials lookup

host

Database host

port

Database port

database

Database name

jar_path

Path to DB2 JDBC driver JAR file (optional)

verify

Whether to verify the table was removed

Value

TRUE if table was removed or doesn't exist, FALSE otherwise