Utility functions for PostgreSQL databases


[Package List] [Top]

Documentation for package ‘pgUtils’ version 1.10.0

User Guides and Package Vignettes

Read overview or browse directory.

Help Pages

auto.fk.name Generating the foreign key name for a referenced table
auto.pk.name Generating the primary key name for a table
auto.pk.seq Generating the name for the SEQUENCE for a primary key
AutoReference-class Class "AutoReference", define references (relations) between database tables
createDBTable Creating a PgSQL database table
createSequence Creating a PgSQL SEQUENCE
dbColnames Get the column names of a database table
dbListDatabases List all databases
dbListSequences Listing all SEQUENCES in a PostgreSQL database.
deleteDBEntry Deleting a row (or all rows) in a database table
do.log If SQL command output should be logged
getRefAttribute Return the name of the primary key of the referenced table
getRefAttribute,AutoReference-method Return the name of the primary key of the referenced table
getRefAttribute-methods Return the name of the primary key of the referenced table
getRefColumn Get the referenced column name
getRefColumn,AutoReference-method Get the referenced column name
getRefColumn-methods Get the referenced column name
getRefTable Get the name of the referenced table
getRefTable,AutoReference-method Get the name of the referenced table
getRefTable-methods Get the name of the referenced table
getSourceAttribute Get the source attribute
getSourceAttribute,AutoReference-method Get the source attribute
getSourceAttribute-methods Get the source attribute
getSourceColumn Get the column name of the source table
getSourceColumn,AutoReference-method Get the column name of the source table
getSourceColumn-methods Get the column name of the source table
insertIntoTable Adding new data to a database table
log.file The log file for the SQL commands
log.level Log level
loggit Logging errors or debuggin information
searchIn Perform a pattern search in a database table
show,AutoReference-method Class "AutoReference", define references (relations) between database tables
updateDBTable Updating information in a database table