dbColumnInfo.PgSQL.result {RdbiPgSQL} | R Documentation |
dbColumnInfo
return information about table columns stored in a
result object.
dbColumnInfo.PgSQL.result(result)
result |
A result object |
This function is used internally to get column type information.
A data frame with one row for each column in the result, and one column for each type attribute returned.
Timothy H. Keitt