PrestoConnection-class {RPresto}R Documentation

S4 implementation of DBIConnection for Presto.

Description

S4 implementation of DBIConnection for Presto.

Usage

## 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, ...)

Arguments

pattern

optional SQL pattern for filtering table names, e.g. ‘%test%’


[Package RPresto version 1.3.7 Index]