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