Class cDb
This class contains functions for handling record sets and interaction with database in CONTENIDO.
- cDbDriverHandler
- cDb
Package: Core\Database
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Dominik Ziegler
Located at classes/db/class.db.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Dominik Ziegler
Located at classes/db/class.db.php
public
null|resource
|
|
public
|
#
setQueryId( resource $queryId )
Sets the query ID resource. Do not set it manually unless you know what you are doing. |
public
null|resource
|
|
public
|
|
public
array
|
|
public
|
|
public
integer
|
|
public
|
|
public
|
#
incrementRow( )
Increments current row count by 1. Do not set it manually unless you know what you are doing. |
public
string
|
|
public
|
|
public
integer
|
|
public
|
FETCH_ASSOC,
FETCH_BOTH,
FETCH_NUMERIC,
HALT_NO,
HALT_REPORT,
HALT_YES
|
protected
resource
|
$_linkId | NULL |
#
Link ID resource |
protected
resource
|
$_queryId | NULL |
#
Query ID resource |
protected
array
|
$_record | array() |
#
Active record set data. |
protected
integer
|
$_row | 0 |
#
Active row count. |
protected
integer
|
$_errorNumber | 0 |
#
Database error number, if available. |
protected
string
|
$_errorMessage | '' |
#
Database error message, if available. |
$_connectionCache,
$_dbCfg,
$_defaultDbCfg,
$_driver,
$_driverType,
$_haltBehaviour,
$_haltMsgPrefix,
$_metaCache,
$_profileData
|