To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
This represents the execution result of a table, which is a list of rows
(where each row is just a list of values), as well as the number of
matched rows.
Note that pagination means usually only a subset of matched rows is
included in the result. The result includes the pagination parameters -
startRow and maxRows
The result also includes a list of headers, identifying each column
Properties
Name | Returns | Notes | Example |
---|---|---|---|
numRows | long | ||
rows | List | ||
start | int | ||
maxRows | Integer | ||
headerLists | List | ||
currentRow | Row |
Methods
Name | Returns | Notes | Example |
---|---|---|---|
addRow ( ) | void | ||
addCells ( vals ) | void | ||
addCell ( v ) | void | ||
flush ( ) | void |