|
| quote ($string, $type=null) |
|
| exec (string $statement) |
|
| query ($statement, $fetch_mode=NULL,... $fetch_args) |
|
| prepare ($statement, $driver_options=[]) |
|
| prepareStatement ($statement, $driver_options=[]) |
|
| execute ($statement, $input_parameters=null) |
|
| fetchAll ($statement, $input_parameters=null, $callable=null) |
|
| fetchFirst ($statement, $input_parameters=null, $callable=null) |
|
| fetchGrouped ($statement, $input_parameters=null, $callable=null) |
|
| fetchGroupedPairs ($statement, $input_parameters=null, $callable=null) |
|
| fetchPairs ($statement, $input_parameters=null, $callable=null) |
|
| fetchOne ($statement, $input_parameters=null) |
|
| fetchColumn ($statement, $input_parameters=null, $column=0) |
|
| isMariaDB () |
|
const | PARAM_ARRAY = 100 |
|
const | PARAM_COLUMN = 101 |
|
| $query_count = 0 |
|
| verify ($statement) |
|
static | replaceStrings ($statement) |
|
◆ doReplaceStrings()
static doReplaceStrings |
( |
|
$statement | ) |
|
|
static |
The documentation for this class was generated from the following file: