Access and Query Amazon Athena via DBI/JDBC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
767 B

7 years ago
# Generated by roxygen2: do not edit by hand
5 years ago
S3method(db_data_type,AthenaConnection)
5 years ago
S3method(sql_translate_env,AthenaConnection)
7 years ago
export(Athena)
export(athena_connect)
export(read_credentials)
export(use_credentials)
7 years ago
exportClasses(AthenaConnection)
exportClasses(AthenaDriver)
exportClasses(AthenaResult)
exportMethods(dbConnect)
6 years ago
exportMethods(dbExistsTable)
7 years ago
exportMethods(dbGetQuery)
6 years ago
exportMethods(dbListFields)
exportMethods(dbListTables)
exportMethods(dbReadTable)
7 years ago
exportMethods(dbSendQuery)
import(DBI)
import(RJDBC)
import(dplyr)
importFrom(aws.signature,read_credentials)
importFrom(aws.signature,use_credentials)
6 years ago
importFrom(jsonlite,fromJSON)
importFrom(rJava,.jcall)
6 years ago
importFrom(readr,type_convert)
6 years ago
importFrom(sys,exec_internal)
importFrom(uuid,UUIDgenerate)