edbColnames: Retrieve column names of a table in a database (referenced by...

Description Usage Arguments Author(s) See Also Examples

Description

Retrieve column names of a table in a database (referenced by

'edb'). Generic function that call class-specific method

corresponding to the class of the edb object provided.

Notice that the methods do NOT retrieve the full table to

get its column names (so it should work even if the table is big).

Usage

1
edbColnames(edb, tableName, ...)

Arguments

edb

An object of class 'edb', such as returned by edb.

tableName

Single character string. Name of the table to read in 'edb'.

...

Additional parameters to be passed to class-specific method. See

methods("edbColnames")

Author(s)

Julien MOEYS <Julien.Moeys@mark.slu.se>

See Also

edb, edbRead,

edbWrite,

edbNames.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# See related methods for detailed examples:


# (for example ?edbColnames.RSQLite_SQLite) 


require( "easydb" ) 


methods( "edbColnames" ) 

easydb documentation built on May 2, 2019, 4:47 p.m.