DB-connector's implementation basis.
More...
List of all members.
Detailed Description
DB-connector's implementation basis.
Definition at line 18 of file DB.class.php.
Constructor & Destructor Documentation
Member Function Documentation
| DB::connect |
( |
|
) |
[abstract] |
| DB::disconnect |
( |
|
) |
[abstract] |
| DB::getTableInfo |
( |
$ |
table |
) |
[abstract] |
| DB::queryRaw |
( |
$ |
queryString |
) |
[abstract] |
| DB::queryRow |
( |
Query $ |
query |
) |
[abstract] |
| DB::querySet |
( |
Query $ |
query |
) |
[abstract] |
| DB::queryColumn |
( |
Query $ |
query |
) |
[abstract] |
| DB::queryCount |
( |
Query $ |
query |
) |
[abstract] |
| DB::setDbEncoding |
( |
|
) |
[abstract] |
| static DB::getDialect |
( |
|
) |
[static] |
| static DB::spawn |
( |
$ |
connector, |
|
|
$ |
user, |
|
|
$ |
pass, |
|
|
$ |
host, |
|
|
$ |
base = null, |
|
|
$ |
persistent = false, |
|
|
$ |
encoding = null | |
|
) |
| | [static] |
| DB::begin |
( |
$ |
level = null, |
|
|
$ |
mode = null | |
|
) |
| | |
| DB::query |
( |
Query $ |
query |
) |
|
| DB::queryNull |
( |
Query $ |
query |
) |
|
| DB::setPersistent |
( |
$ |
really = false |
) |
|
| DB::setUsername |
( |
$ |
name |
) |
|
| DB::setPassword |
( |
$ |
password |
) |
|
| DB::setHostname |
( |
$ |
host |
) |
|
| DB::setBasename |
( |
$ |
base |
) |
|
| DB::setEncoding |
( |
$ |
encoding |
) |
|
Member Data Documentation
DB::$link = null [protected] |
DB::$persistent = false [protected] |
DB::$username = null [protected] |
DB::$password = null [protected] |
DB::$hostname = null [protected] |
DB::$port = null [protected] |
DB::$basename = null [protected] |
DB::$encoding = null [protected] |
DB::$transaction = false [private] |
flag to indicate whether we're in transaction
Definition at line 38 of file DB.class.php.
DB::$queue = array() [private] |
DB::$toQueue = false [private] |
The documentation for this class was generated from the following file:
|
|
|