PrestoConnection-class {RPresto} | R Documentation |
DBIConnection
for Presto.S4 implementation of DBIConnection
for Presto.
## S4 method for signature 'PrestoConnection'
show(object)
## S4 method for signature 'PrestoConnection,character'
dbSendQuery(conn, statement, ...)
## S4 method for signature 'PrestoConnection,character'
dbGetQuery(conn, statement, ...)
## S4 method for signature 'PrestoConnection'
dbListTables(conn, pattern, ...)
## S4 method for signature 'PrestoConnection,character'
dbExistsTable(conn, name, ...)
## S4 method for signature 'PrestoConnection,character'
dbListFields(conn, name, ...)
pattern |
optional SQL pattern for filtering table names, e.g. ‘%test%’ |