API for raw SQL queries.
- Mixes In:
- Source:
Methods
getAutoIncrementValue() → {number}
Retrieve the first
AUTO INCREMENT
value generated by the operation.
- Source:
Returns:
The first value.
- Type
- number
hasData() → {boolean}
Checks if the result set contains additional data.
- Source:
Returns:
- Type
- boolean
toArray() → {Array}
Returns the entire result set (without flushing) as a JavaScript Arrray.
- Source:
Returns:
- Type
- Array