dbColumnInfo-Data.WorldResult-method: Get the column types of a query result.

Description Usage Arguments Value

Description

Get the column types of a query result.

Usage

1
2
## S4 method for signature 'Data.WorldResult'
dbColumnInfo(res, ...)

Arguments

res

A Data.WorldResult object. A data frame with the query results can be obtained by calling dbFetch on the result.

Value

A data frame with columns "name" and "type" that list the result's columns and their types.


carljv/dwDBI documentation built on May 4, 2019, 7:36 a.m.