PrestoResult-class {RPresto} | R Documentation |
An S4 class to represent a Presto Result
Description
An S4 class to represent a Presto Result
Usage
## 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)
Slots
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
[Package RPresto version 1.4.7 Index]