dbColumnInfo.PgSQL.result {RdbiPgSQL}R Documentation

Return column information

Description

dbColumnInfo return information about table columns stored in a result object.

Usage

dbColumnInfo.PgSQL.result(result)

Arguments

result A result object

Details

This function is used internally to get column type information.

Value

A data frame with one row for each column in the result, and one column for each type attribute returned.

Author(s)

Timothy H. Keitt

References

http://rdbi.sourceforge.net

See Also

dbSendQuery


[Package RdbiPgSQL version 1.16.0 Index]