AthenaConnection: Athena Connection Methods

View source: R/Connection.R

AthenaConnectionR Documentation

Athena Connection Methods

Description

Implementations of pure virtual functions defined in the 'DBI' package for AthenaConnection objects.

Usage

## S4 method for signature 'AthenaConnection'
show(object)

## S4 method for signature 'AthenaConnection'
dbBegin(conn, ...)

## S4 method for signature 'AthenaConnection'
dbCommit(conn, ...)

## S4 method for signature 'AthenaConnection'
dbRollback(conn, ...)

Arguments

object

Any R object

conn

A DBIConnection object, as returned by dbConnect().

...

Other parameters passed on to methods.

Slots

ptr

a list of connecting objects from the SDK paws package.

info

a list of metadata objects

quote

syntax to quote sql query when creating Athena ddl


DyfanJones/noctua documentation built on April 15, 2024, 3:22 p.m.