DBIConnection
for Presto.S4 implementation of DBIConnection
for Presto.
# S4 method for PrestoConnection
show(object)# S4 method for PrestoConnection,character
dbSendQuery(conn, statement, ...)
# S4 method for PrestoConnection,character
dbGetQuery(conn, statement, ...)
# S4 method for PrestoConnection
dbListTables(conn, pattern, ...)
# S4 method for PrestoConnection,character
dbExistsTable(conn, name, ...)
# S4 method for PrestoConnection,character
dbListFields(conn, name, ...)
optional SQL pattern for filtering table names, e.g. ‘%test%’