Generic S3 Classes for Simple Database Interfaces


[Up] [Top]

Documentation for package ‘easydb’ version 0.7.6

Help Pages

easydb-package Generic S3 classes for simple database interfaces.
easydb Generic S3 classes for simple database interfaces.
edb Create a database description (class 'edb'), to be used by other functions.
edbColnames Retrieve column names of a table in a database (referenced by 'edb').
edbDataSource Create an RODBC data source (from an 'edb' reference). Only for MS Windows RODBC databases.
edbDelete Delete all or some rows in a table in a database (referenced by 'edb').
edbDim Retrieve the dimension of a table in a database (referenced by 'edb').
edbDrop Drop a table in a database (referenced by 'edb').
edbLog Write an operation "log" (used when modifying the database)
edbNames Retrieve table names in a database (referenced by 'edb').
edbNCol Retrieve the number of columns of a table in a database (referenced by 'edb').
edbNRow Retrieve the number of rows of a table in a database (referenced by 'edb').
edbQuery Read all or part of a table in a database (referenced by 'edb').
edbRead Read all or part of a table in a database (referenced by 'edb').
edbWrite Write data in a table in a database (referenced by 'edb').