db-connection


Vocabulary
db

Word description
The db-connection class is the superclass of all other database classes. It stores a handle to the database as well as insert, update, and delete queries. Stores the current database object as a dynamic variable.

Definition

TUPLE: db-connection
handle insert-statements update-statements delete-statements
;


Methods