Methods
-
execute( [dataCursor] [, metadataCursor])
-
Execute the find query.
Parameters:
Name Type Argument Description dataCursor
module:TableSelect~rowCursor <optional>
metadataCursor
module:TableSelect~metadataCursor <optional>
Returns:
- Type
- Promise.<module:RowResult>
Type Definitions
-
metadataCursor(metadata)
-
Metadata cursor.
Parameters:
Name Type Description metadata
Array.<Object> the list of objects containing metadata details for each column -
rowCursor(items)
-
Row cursor.
Parameters:
Name Type Description items
Array.<*> the list of column values for the row in the current cursor position