Constant +Oid-Mode+

Specifies the mode oids are stored in the database.
:class-name - _ID and _CLASS_NAME columns where id stores instance id
:class-id - _ID and _CLASS_ID columns where id stores instance id
:merge - _ID column where id stores instance id and class id merged into one integer where class id are the lower bits

Part of:

package cl-perec

Value: :MERGE