Members
(readonly) size :number
The number of columns
Type:
- number
- Version
- Experimental feature, might be removed at any time
- Since
- 6.1.0
Methods
bindings() → {object}
Returns an object with the bindings as defined by the return statement of the query
- Version
- Experimental feature, might be removed at any time
- Since
- 6.1.0
Returns:
Bindings
- Type:
- object
structuredBindings() → {object}
Returns an object with the bindings as defined by the return statement of the query. Dotted names are translated into sub structures, e.g. "p.name" becomes {b: {name: "some name"}
- Version
- Experimental feature, might be removed at any time
- Since
- 6.1.0
Returns:
Bindings
- Type:
- object
values() → {Array.<object>}
Returns the values of the row as array
- Version
- Experimental feature, might be removed at any time
- Since
- 6.1.0
Returns:
Values
- Type:
- Array.<object>