An instance of an entity class.
A collection of entities all conforming to the same entity class, along with information reflecting that entity class and the extent’s role as a collection.
An extent has a q namespace, a t namespace, and an x namespace.
Abbreviation for field class namespace (in the case of the f attribute of an extent) or for field namespace (in the case of the f attribute of an entity, transaction, or view).
An n-tuple containing the one or more field names that are used in an index maintained for an extent.
A data set that is loaded into an open database when a database is initially created, and that typically contains data required for the database to function properly.
An n-tuple containing the one or more field names that are used in a key maintained for an extent.
An integer object identifier used internally.
To reorganize the on-disk representation of a database to reduce memory pressure of open databases and reduce the time it takes to open a database.
Abbreviation of query namespace.
A 2-tuple containing an entity class name and a field name, where a field value for that field on an entity of that type may refer to entities in a particular extent.
A data set that is loaded into an open database upon request, and that typically contains sample data used for testing or demonstration purposes.
The current version of the schema source used by a database.
A database begins at version 0, when it does not yet have a schema associated with it.
Once the engine successfully processes the first version of the schema, it sets the database version to 1.
Once the engine successfully evolves a database to a succeeding version of the schema, it increments the database version accordingly.
Abbreviation of transaction namespace.
A method attached to a database, extent, entity, or view that returns a transaction when called.
Transaction methods, to facilitate dynamic usage, must not require any arguments. They may accept arguments to facilitate programmatic usage.
Abbreviation of view namespace.
Abbreviation of extension namespace.