class.staticClasses table
The class.staticClasses table holds the contents of a raw Active Object Class (AOC) as it is defined in the .aoc file.
The table below describes the class.staticClasses table.
Column name |
Constraints |
Data type |
Description |
---|---|---|---|
|
PRIMARY KEY NOT NULL UNIQUE |
Text |
Specifies the unique name of the AOC. |
|
PRIMARY KEY NOT NULL |
Integer |
Specifies an identifier for the AOC. |
|
NOT NULL |
Text |
Specifies the name of the parent AOC. |
|
Text |
List of dictionaries. |
|
|
NOT NULL |
Text |
Specifies the rules for instantiating the AOC. |
|
Externally defined extension data type |
Object of extension data type |
Specifies the list of extensions contained within the AOC. |
|
NOT NULL |
Text |
Specifies the icon associated with the AOC. |
|
List type object |
List of executable rules. |
|
|
List type object |
Menu for the AOC. |
|
|
Externally defined actions data type |
Integer |
Specifies a list of actions to be taken. |