dbExecute: dbExecute

dbExecute,MoJAthenaConnection,character-methodR Documentation

dbExecute

Description

See noctua::Query. This function calls noctua::dbExecute(), after replacing any references to ⁠__temp__⁠ in the statement with your temporary database in Athena. Your temporary database will be created if you do not already have one.

Usage

## S4 method for signature 'MoJAthenaConnection,character'
dbExecute(conn, statement, ...)

Arguments

conn

A DBIConnection object, as returned by connect_athena()

statement

a character string containing SQL.

...

Other parameters passed on to methods.


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