Previous: , Up: Relational Database   [Contents][Index]


6.1.6 Database Browser

(require ’database-browse)

Procedure: browse database

Prints the names of all the tables in database and sets browse’s default to database.

Procedure: browse

Prints the names of all the tables in the default database.

Procedure: browse table-name

For each record of the table named by the symbol table-name, prints a line composed of all the field values.

Procedure: browse pathname

Opens the database named by the string pathname, prints the names of all its tables, and sets browse’s default to the database.

Procedure: browse database table-name

Sets browse’s default to database and prints the records of the table named by the symbol table-name.

Procedure: browse pathname table-name

Opens the database named by the string pathname and sets browse’s default to it; browse prints the records of the table named by the symbol table-name.