Back |
Indexenum parsetool.xmlparser.OptionNode
import parsetool.xmlparser.TableOptions
Definition of XML nodenames allowed for the HaxeDoc tag.
- table
- Sets table options. Attributes: "name", "alias" and "notNull".
The "notNull" attribute is a list of fieldnames which may not contain NULL values. The seperator may be any character that is not a letter, number or an underscore.
The "notNull" attribute does not apply to primary keys, since primary keys may never be NULL anyway.
- rename
- This node works in the following manner:
- onUpdate
- Sets the ON UPDATE action for a foreign key.
This node works in the following manner: ,
where ACTION is an enum-constructor defined in "parsetool.schema.KeyAction"
- onDelete
- Same as onUpdate, but used to define the ON DELETE action for a foreign key.
Back |
Index