gta_sql_set_table_keys: A wrapper function that sets the key types in your SQL table.

View source: R/gta_sql_set_table_keys.R

gta_sql_set_table_keysR Documentation

A wrapper function that sets the key types in your SQL table.

Description

A wrapper function that sets the key types in your SQL table.

Usage

gta_sql_set_table_keys(table.name = NULL, primary.key = NULL,
  primary.auto.incr = F, foreign.key = NULL,
  foreign.key.parent = NULL, foreign.key.del.cascade = T,
  db.connection = "pool")

Arguments

db.connection

Specify the database connection you want to use. Default is 'pool'.

Author(s)

Global Trade Alert

References

www.globaltradealert.org


global-trade-alert/gtasql documentation built on April 25, 2022, 10:33 a.m.