|
MIOLO20
|
Membros públicos | |
| prepare ($prepareString) | |
| query () | |
| quote ($input, $type=\PDO::PARAM_STR) | |
| exec ($statement) | |
| lastInsertId ($name=null) | |
| beginTransaction () | |
| commit () | |
| rollBack () | |
| errorCode () | |
| errorInfo () | |
Connection interface. Driver connections must implement this interface.
This resembles (a subset of) the PDO interface.
Definido na linha 30 do ficheiro Connection.php.
| beginTransaction | ( | ) |
Implementado em Connection, DB2Connection e OCI8Connection.
| commit | ( | ) |
Implementado em Connection, DB2Connection e OCI8Connection.
| errorCode | ( | ) |
Implementado em Connection, DB2Connection e OCI8Connection.
| errorInfo | ( | ) |
Implementado em Connection, DB2Connection e OCI8Connection.
| exec | ( | $statement | ) |
Implementado em Connection, DB2Connection e OCI8Connection.
| lastInsertId | ( | $name = null | ) |
Implementado em DB2Connection, OCI8Connection e Connection.
| prepare | ( | $prepareString | ) |
Implementado em OCI8Connection, DB2Connection e Connection.
| query | ( | ) |
Implementado em Connection, DB2Connection e OCI8Connection.
| quote | ( | $input, | |
| $type = \PDO::PARAM_STR ) |
Implementado em DB2Connection, OCI8Connection, Connection e Connection.
| rollBack | ( | ) |
Implementado em DB2Connection e OCI8Connection.