|
MIOLO20
|
Membros públicos | |
| __construct ($dsn, $user=null, $password=null, array $options=null) | |
Membros públicos herdados de Connection | |
| prepare ($prepareString) | |
| query () | |
| quote ($input, $type=\PDO::PARAM_STR) | |
| exec ($statement) | |
| lastInsertId ($name=null) | |
| beginTransaction () | |
| commit () | |
| rollBack () | |
| errorCode () | |
| errorInfo () | |
PDO implementation of the Connection interface. Used by all PDO-based drivers.
Definido na linha 32 do ficheiro PDOConnection.php.
| __construct | ( | $dsn, | |
| $user = null, | |||
| $password = null, | |||
| array | $options = null ) |
Definido na linha 34 do ficheiro PDOConnection.php.