readAll.default: Read all the rows and columns in the given table.

Description Usage Arguments Details Value See Also

View source: R/Database.R

Description

Read all the rows and columns in the given table.

Usage

1
2
## Default S3 method:
readAll(obj, tableName)

Arguments

obj

object. One of the four defined database connections.

tableName

String. Name of a table in the database.

Details

Read all of rows in the given table containing all the columns in the result set.

Value

data.table Curser result set from server.

See Also

Other Database: disconnect.default, existsTable.default, listTables.default, readSQL.default, readSQLFile.default, sendSQLString.default, writeTable.default


ks465/r-utils documentation built on May 23, 2019, 5:07 p.m.