sqlSchema
SQL structure schemas for databases
Methods
BuildAndInstallSchemas | Generates the code of a schema from the physical structure of the table given in the parameters. |
BuildSqlSchema | Generates the code of a schema from the physical structure of the table given in the parameters. |
BuildTableList | Gets a list of table names. |
Generate | |
PatchSrcSchemas | Modify source schemas to synchronize them with the actual physical database structure |
UpdateFieldProp | Update field properties |
UpdateSchema | Update a schema |
Generic Methods
create | Creates a new entity corresponding to a given schema. |
load | Loads and returns an entity corresponding to a given schema and key. |
save | Saves an entity in the database. |