odbc (version 1.0.1)

OdbcResult: Odbc Result Methods

Description

Implementations of pure virtual functions defined in the DBI package for OdbcResult objects.

Usage

# S4 method for OdbcResult
dbClearResult(res, ...)

# S4 method for OdbcResult dbFetch(res, n = -1, ..., row.names = NA)

# S4 method for OdbcResult dbHasCompleted(res, ...)

# S4 method for OdbcResult dbGetInfo(dbObj, ...)

# S4 method for OdbcResult dbIsValid(dbObj, ...)

# S4 method for OdbcResult dbGetStatement(res, ...)

# S4 method for OdbcResult dbColumnInfo(res, ...)

# S4 method for OdbcResult dbGetRowCount(res, ...)

# S4 method for OdbcResult dbGetRowsAffected(res, ...)

# S4 method for OdbcResult dbBind(res, params, ...)

Arguments

res

An object inheriting from .

...

Other arguments passed on to methods.

n

maximum number of records to retrieve per fetch. Use n = -1 to retrieve all pending records. Some implementations may recognize other special values.

row.names

Either TRUE, FALSE, NA or a string.

If TRUE, always translate row names to a column called "row_names". If FALSE, never translate row names. If NA, translate rownames only if they're a character vector.

A string is equivalent to TRUE, but allows you to override the default name.

For backward compatibility, NULL is equivalent to FALSE.

dbObj

An object inheriting from , i.e. , , or a

params

A list of bindings