dbExistsTable: dbExistsTable

dbExistsTable,MoJAthenaConnection,character-methodR Documentation

dbExistsTable

Description

See noctua::dbExistsTable(). This function calls noctua::dbExistsTable(), after replacing any references to ⁠__temp__⁠ in the name argument with your temporary database in Athena.

Usage

## S4 method for signature 'MoJAthenaConnection,character'
dbExistsTable(conn, name, ...)

Arguments

conn

A DBIConnection object, as returned by connect_athena()

name

The table name, passed on to dbQuoteIdentifier(). Options are:

  • a character string with the unquoted DBMS table name, e.g. "table_name",

  • a call to Id() with components to the fully qualified table name, e.g. Id(schema = "my_schema", table = "table_name")

  • a call to SQL() with the quoted and fully qualified table name given verbatim, e.g. SQL('"my_schema"."table_name"')

...

Other parameters passed on to methods.


moj-analytical-services/Rdbtools documentation built on June 22, 2024, 8:46 p.m.