data type
Library: Database access (OMDB)
Import : omdb.xmd |
The db.table opaque data type represents a single table in the relational database.
Within your program, you can create as many instances of the db.table data type as you require by declaring global and local variables of type "db.table".
Please refer to Opaque Data Types for a general description of opaque data types and how they are used.
The functions
db.open-table
- attach a db.table item to an existing table in the database.
db.close
- close an attached table and releases its resources.