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 |
usePropertyNames
|
boolean |
|
Use Properties and Table names. |
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: |
• | RowHeaders.TYPE |
• | RowProperties |
• | OnlyVisibles |
• | UsePropertyNames |
• | SQLMODE options: |
• | OnlyVisibles |
RowHeaders option: Formed TYPE value is NONE and RowProperties option is true.
• | DICTIONARIES options: |
• | RowHeaders.TYPE |
RowProperties, OnlyVisibles and UsePropertyNames options are always false.