Database Actions
A database action defines what format the function should return the data it retrieves from the database in.
Action | Description |
---|---|
| Fetches all rows as an associative array. |
| Fetches all rows as a numerical array. |
| Fetches the first row as an array |
| Fetches the first row as a numerical array. |
| Fetches the first row as a JSON Object |
| Returns the raw result with no processing. |
Last updated