ORM JSON Structure
The JSON
{
"queryType": "SQL",
"table": {
"tableName": "",
"pkMode": "0",
"pkSql1": "",
"pkSql2": "",
"pkSql3": "",
"pkSql4": "",
"insertAuthorization": "",
"updateAuthorization": "",
"deleteAuthorization": "",
"description": "",
"editorDatabaseID": "",
"developmentDatabaseID": "",
"databaseController": "",
"dbSchema1": "",
"dbSchema2": "",
"dbSchema3": "",
"dbSchema4": ""
},
"column": [
{
"id": "",
"columnName": "",
"type": "",
"pk": 0,
"role": "",
"sqlType1": "",
"sqlType2": "",
"sqlType3": "",
"sqlType4": "",
"translation": ""
}
],
"select": [
{
"id": "",
"selectName": "",
"origin": "",
"sql1": "",
"sql2": "",
"sql3": "",
"sql4": ""
}
],
"operation": [
{
"id": "",
"operationName": "",
"type": "",
"origin": "",
"description": "",
"sql1": "",
"sql2": "",
"sql3": "",
"sql4": ""
}
],
"authorization": [
{
"id": "",
"authorizationName": "",
"description": "",
"sql1": "",
"sql2": "",
"sql3": "",
"sql4": ""
}
],
"fk": [
{
"id": "",
"columnName": "",
"type": "",
"secure": "",
"role": ""
}
]
}queryType String
queryType Stringtable Object
table ObjectProperty
Description
column Array
column ArrayProperty
Description
Type List
Role List
Translation List
select Array
select ArrayProperty
Description
operation Array
operation ArrayProperty
Description
authorization Array
authorization ArrayProperty
Description
fk Array
fk ArrayProperty
Description
Last updated

