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
|
|
public
|
#
setQueryId( resource $queryId )
Sets the query ID resource. Do not set it manually unless you know what you are doing. |
public
null
|
|
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
Link ID resource |
#
NULL
|
protected
resource
|
$_queryId
Query ID resource |
#
NULL
|
protected
array
|
$_record
Active record set data. |
#
array()
|
protected
integer
|
$_row
Active row count. |
#
0
|
protected
integer
|
$_errorNumber
Database error number, if available. |
#
0
|
protected
string
|
$_errorMessage
Database error message, if available. |
#
''
|
$_connectionCache,
$_dbCfg,
$_defaultDbCfg,
$_driver,
$_driverType,
$_haltBehaviour,
$_haltMsgPrefix,
$_metaCache,
$_profileData
|