Cheetah
|
Public Member Functions | |
__construct () | |
getTableName () | |
exists ($sId) | |
save ($sId, $aSet) | |
delete ($sId) | |
deleteExpired () | |
![]() | |
setTimezone ($sTimezone) | |
getLink () | |
res ($sQuery, $aBindings=[], $bReplaying=false) | |
getAll ($sQuery, $aBindings=[], $iFetchType=PDO::FETCH_ASSOC) | |
getRow ($sQuery, $aBindings=[], $iFetchStyle=PDO::FETCH_ASSOC) | |
getColumn ($sQuery, $aBindings=[]) | |
getOne ($sQuery, $aBindings=[], $iIndex=0) | |
getFirstRow ($sQuery, $aBindings=[], $iFetchStyle=PDO::FETCH_ASSOC) | |
getNextRow () | |
getAllWithKey ($sQuery, $sFieldKey, $aBindings=[], $iFetchType=PDO::FETCH_ASSOC) | |
getPairs ($sQuery, $sFieldKey, $sFieldValue, $aBindings=[]) | |
query ($sQuery, $aBindings=[]) | |
getNumRows ($oStmt=null) | |
getAffectedRows ($oStmt=null) | |
fillArray ($oStmt, $iFetchType=PDO::FETCH_ASSOC) | |
lastId () | |
getParam ($sName, $bCache=true) | |
setParam ($sName, $sValue) | |
listTables () | |
getFields ($sTable) | |
isFieldExists ($sTable, $sFieldName) | |
fetchField ($mixedQuery, $iField, $aBindings=[]) | |
getDbCacheObject () | |
genDbCacheKey ($sName) | |
fromCache ($sName, $sFunc) | |
cleanCache ($sName) | |
& | fromMemory ($sName, $sFunc) |
cleanMemory ($sName) | |
arrayToSQL ($a, $sDiv=',') | |
escape ($sText, $bReal=true) | |
implode_escape ($mixed) | |
unescape ($mixed) | |
Public Attributes | |
$sTable | |
![]() | |
$port | |
$socket | |
$dbname | |
$user | |
$password | |
$oParams = null | |
$oDbCacheObject = null | |
Additional Inherited Members | |
![]() | |
static | getInstance () |
![]() | |
connect () | |
disconnect () | |
![]() | |
$host | |
$link | |
$oCurrentStmt | |
$iCurrentFetchStyle | |
![]() | |
static | $instance |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 13 of file ChWsbSessionQuery.php.
ChWsbSessionQuery::__construct | ( | ) |
Reimplemented from ChWsbDb.
Definition at line 17 of file ChWsbSessionQuery.php.
ChWsbSessionQuery::delete | ( | $sId | ) |
Definition at line 41 of file ChWsbSessionQuery.php.
ChWsbSessionQuery::deleteExpired | ( | ) |
Definition at line 45 of file ChWsbSessionQuery.php.
ChWsbSessionQuery::exists | ( | $sId | ) |
Definition at line 27 of file ChWsbSessionQuery.php.
ChWsbSessionQuery::getTableName | ( | ) |
Definition at line 23 of file ChWsbSessionQuery.php.
ChWsbSessionQuery::save | ( | $sId, | |
$aSet | |||
) |
Definition at line 32 of file ChWsbSessionQuery.php.
ChWsbSessionQuery::$sTable |
Definition at line 15 of file ChWsbSessionQuery.php.