| 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)
statementThe SQL statement sent to the database
connectionThe connection object associated with the result
queryAn internal implementation detail for keeping track of what stage a request is in
post.dataAny data extracted from the POST request response
bigintHow bigint type should be handled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.