Function DatabaseConnector->_get_where_expand
Definitions
sources/database.php
- Create a SELECT query from some abstract data.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$table | string | required parameter | N/A | N/A | The table to select from |
$select_map | ?array | Null | N/A | N/A | List of field selections (null: all fields) |
$where_map | array | [] | N/A | N/A | Map of conditions to enforce |
$end | string | Blank (empty string) | N/A | N/A | Additional stuff to tack onto the query |
Return
- SQL query
- Type: string
- Set: N/A
- Range: N/A