Package Codegen
JqControlGen | This is the CodeGen class which performs the code generation for both the Object-Relational Model (e.g. Data Objects) as well as the draft Forms, which make up simple HTML/PHP scripts to perform basic CRUD functionality on each object. |
QCodeGen | QCodeGen |
QCodeGenBase | This is the CodeGen class which performs the code generation for both the Object-Relational Model (e.g. Data Objects) as well as the draft Forms, which make up simple HTML/PHP scripts to perform basic CRUD functionality on each object. |
QConvertNotation | QConvertNotation |
QConvertNotationBase | Class QConvertNotationBase: Helps convert notations from entities |
QDatabaseCodeGen | |
QIndex | Used by the QCubed Code Generator to describe a table Index |
QManyToManyReference | Used by the QCubed Code Generator to describe a column reference from the table's perspective (aka a Foreign Key from the referenced Table's point of view) |
QReference | Used by the QCubed Code Generator to describe a column reference (aka a Foreign Key) |
QRestServiceCodeGen | |
QReverseReference | Used by the QCubed Code Generator to describe a column reference from the table's perspective (aka a Foreign Key from the referenced Table's point of view) |
QSqlColumn | A helper class used by the QCubed Code Generator to describe a table's column |
QSqlTable | A helper class used by the QCubed Code Generator to describe a database Table |
QTypeTable | Used by the QCubed Code Generator to describe a database Type Table "Type" tables must be defined with at least two columns, the first one being an integer-based primary key, and the second one being the name of the type. |