GetLooselyCoupledVector method
Overview
Returns a vector of loosely coupled state flags, one element for each table in the app.
Information noteThe last three values in the vector are extra values. These values are for internal use.
Information noteIn case of circular references, the engine automatically create loosely coupled tables so that the circular references do not create a loop.
Parameters
None
Outputs
The following is returned in the output:
"result": {
"qv": [<array of bytes>]
}
Where <array of bytes> is an array of state flags, one for each table in the app.
The following applies:
- 0 means that the table is not loose
- 1 means that the table is loose
- 2 means that the table is always loose
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!