|
| | quote ($value, $type=NULL) |
| |
| | exec ($statement) |
| |
| | query ($statement, $mode=NULL, $arg1=NULL, $arg2=NULL) |
| |
| | prepare ($statement, $driver_options=array()) |
| |
| | prepareStatement ($statement, $driver_options=array()) |
| |
| | 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) |
| |
| 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: