PrestoResult-class: An S4 class to represent a Presto Result

PrestoResult-classR 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


RPresto documentation built on Nov. 2, 2023, 5:58 p.m.