|
| | __construct ($aObject) |
| |
| | 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) |
| |
Database queries for captcha objects.
- See also
- ChWsbCaptcha
Definition at line 14 of file ChWsbCaptchaQuery.php.