rowHeaders
|
enum RowHeaders.TYPE typedef uint8_t RowHeadersTYPE; |
|
Include headings in first row MAINLABEL (main headings), SHORTLABEL (short label headings), and NONE (without headings) |
rowProperties
|
boolean |
|
First row contains property names. |
onlyVisibles
|
boolean |
|
Use only Visible Schemas and Properties |
pagination
|
boolean |
false |
indicates if pagination is being used or not |
regPage
|
Numeric |
10 |
in case of pagination indicates the number of records by page. This must be greater than 0 |
numPage |
Numeric |
1 |
in case of pagination indicates the number of records by page. This must be greater than 0 |
There are 3 constructors for each possible Schema Type:
• | LKSCHEMAS options: Returns the list of schemas defined in Linkar Schemas. |
• | RowHeaders.TYPE |
• | RowProperties |
• | OnlyVisibles |
• | SQLMODE options: Returns the list of schemas defined in Linkar Schemas in SQL format. It creates independent Mv and SV relational child tables. For instance in the Demo account the LK.DEMOFILES generates this table: |
Customers LK.CUSTOMERS file.
Items LK.ITEMS file.
Orders LK.ORDERS file.
Orders.MvItems MV group named MvItems in the LK.ORDERS file.
Orders.MvItems.SvDeliveryDates SV named SvDeliveryDates from the MV MvItems group.
RowHeaders option: Formed TYPE value is NONE and RowProperties option is true.
• | OnlyVisibles |
• | DICTIONARIES options: Returns the account files list. |
• | RowHeaders.TYPE |
RowProperties and OnlyVisibles options are always false.