Back |
Indexclass parsetool.xmlparser.TableOptions
- function new(table : parsetool.schema.Table, xml : Xml) : Void
- Parses table option XML, and applies settings immediately.
Except for foreign key actions, which are stored to apply later. See: applyForeignKeyOptions()
- function applyOptions() : Void
- Applies the stored ON UPDATE and ON DELETE actions.
This function must be run after all foreign keys are resolved to prevent errors.
Back |
Index