PrestoResult-class | R Documentation |
An S4 class to represent a Presto Result
## S4 method for signature 'PrestoResult'
show(object)
## S4 method for signature 'PrestoResult'
dbClearResult(res, ...)
## S4 method for signature 'PrestoResult,numeric'
dbFetch(res, n)
## S4 method for signature 'PrestoResult,missing'
dbFetch(res)
## S4 method for signature 'PrestoResult'
dbGetRowCount(res, ...)
## S4 method for signature 'PrestoResult'
dbGetRowsAffected(res)
## S4 method for signature 'PrestoResult'
dbGetStatement(res, ...)
## S4 method for signature 'PrestoResult'
dbHasCompleted(res, ...)
## S4 method for signature 'PrestoResult'
dbIsValid(dbObj, ...)
## S4 method for signature 'PrestoResult,missing'
dbListFields(conn, name)
## S4 method for signature 'PrestoResult,integer'
fetch(res, n = -1, ...)
## S4 method for signature 'PrestoResult,numeric'
fetch(res, n = -1, ...)
## S4 method for signature 'PrestoResult,missing'
fetch(res)
statement
The SQL statement sent to the database
connection
The connection object associated with the result
query
An internal implementation detail for keeping track of what stage a request is in
post.data
Any data extracted from the POST request response
bigint
How bigint type should be handled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.