Get to the error that cause this one (if any)
Get Table data through a callback, starting from and updating the current position.
get the (raw) contents of a cell from the current row NB only guarenteed to be valid while the row is current
get the (integer) contents of a cell from the current row
get the (String) contents of a cell from the current row
create a read-only cursor into a Table
Get a column's configuration.
- Returns
- the error we there is such an error
- Return values
-
| true | if the table is empty |
| the | table's name |
- Parameters
-
- Return values
-
| the | column's Configuration |
| the | number of rows in the table |
| the | number of columns in the table |
- Parameters
-
- Return values
-
- Parameters
-
| row | move cursor to this row |
- Return values
-
| true | if successful, false (and don't move) if not |
- Parameters
-
- Return values
-
| the | (String) contents of the cell |
- Parameters
-
| column | from this column |
| ok | fillin true if successful |
- Return values
-
| the | (integer) contents of the cell |
- Parameters
-
- Return values
-
| the | (raw) contents of the cell |
- Parameters
-
| columns | ~0-terminated list of columns to get; if 0, get all columns |
| maxRows | the maximum number of rows to get |
| sink | called for each cell #param result fillin true iff each call to sink->set() returned true |
Get to the error that cause this one (if any)
Get Table data through a callback, starting from and updating the current position.
get the (raw) contents of a cell from the current row NB only guarenteed to be valid while the row is current
get the (integer) contents of a cell from the current row
get the (String) contents of a cell from the current row
create a read-only cursor into a Table
- Parameters
-
| config | the Table's Configuration |
| access | how the Table will be opened |
- Return values
-
| true | if the table is empty |
| the | table's name |
- Parameters
-
- Return values
-
| the | column's Configuration |
| the | number of rows in the table |
| the | number of columns in the table |
- Parameters
-
- Return values
-
- Parameters
-
| row | move cursor to this row |
- Return values
-
| true | if successful, false (and don't move) if not |
- Parameters
-
- Return values
-
| the | (String) contents of the cell |
- Parameters
-
| column | from this column |
| ok | fillin true if successful |
- Return values
-
| the | (integer) contents of the cell |
- Parameters
-
- Return values
-
| the | (raw) contents of the cell |
- Parameters
-
| columns | ~0-terminated list of columns to get; if 0, get all columns |
| maxRows | the maximum number of rows to get |
| sink | called for each cell #param result fillin true iff each call to sink->set() returned true |