| Function | Description |
| 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-methods | Return the name of the primary key of the referenced table |
| getRefColumn-methods | Get the referenced column name |
| getRefTable-methods | Get the name of the referenced table |
| getSourceAttribute-methods | Get the source attribute |
| 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 |
| loggit | Logging errors or debuggin information |
| log.level | Log level |
| searchIn | Perform a pattern search in a database table |
| updateDBTable | Updating information in a database table |