- Set AllDatabaseTables
AllDatabaseTables
The predefined set AllDatabaseTables contains the names of all
database tables declared within an AIMMS model.
Set AllDatabaseTables {
SubsetOf : AllIdentifiers;
Index : IndexDatabaseTables;
}
Definition
The contents of the set
AllDatabaseTablesis the collection of all database tables declared within a particular model.
Updatability
The contents of the set can only be modified by adding or deleting database tables in the Model Explorer.
See also
- The sets
AllIdentifiers. Database tables are discussed in The DatabaseTable Declaration of the Language Reference.