|
| getKeyFullInfo ($iId, $iPreviewLength=10) |
|
| getEtemplates ($aParams, &$aItems, $bReturnCount=true) |
|
| deleteLanguage ($iId=0) |
|
| addKey ($iCategoryId, $sKey) |
|
| addKeys ($iLanguageId, $iCategoryId, &$aKeys) |
|
| deleteKey ($iKeyId) |
|
| deleteKeys ($aKeys) |
|
| deleteKeysBy ($aParams=array()) |
|
| updateKeys ($aParamsSet, $aParamsWhere) |
|
| addString ($iKeyId, $iLanguageId, $sString) |
|
| updateString ($iKeyId, $iLanguageId, $sString) |
|
| deleteString ($iKeyId, $iLanguageId) |
|
| deleteStringsBy ($aParams=array()) |
|
| addCategory ($sName) |
|
| deleteCategory ($sName) |
|
| __clone () |
|
| getLanguageId ($sName, $bFromCache=true) |
|
| getLanguageName ($iId, $bFromCache=true) |
|
| getLanguageTitle ($iId, $bFromCache=true) |
|
| getLanguageFlag ($sName, $bFromCache=true) |
|
| getLanguageDirection ($sName, $bFromCache=true) |
|
| getLangCountryCode ($sName, $bFromCache=true) |
|
| getLanguages ($bIdAsKey=false, $bActiveOnly=false) |
|
| getLanguagesWithKey ($sKey='Name', $bActiveOnly=false) |
|
| getLanguagesBy ($aParams, &$aItems, $bReturnCount=true) |
|
| getKeys () |
|
| getKeysBy ($aParams, &$aItems) |
|
| getCategories () |
|
| getCategoriesBy ($aParams, &$aItems, $bReturnCount=true) |
|
| getStringsBy ($aParams, &$aItems, $bReturnCount=true) |
|
| setReadOnlyMode ($b) |
|
| connect () |
|
| disconnect () |
|
| ping () |
|
| pdoExec ($sQuery) |
|
| pdoQuery ($sQuery) |
|
| pdoExceptionHandler ($oException) |
|
| getOption ($sName) |
|
| getOne ($oStatement, $aBindings=array(), $iIndex=0) |
|
| getRow ($oStatement, $aBindings=array(), $iFetchType=PDO::FETCH_ASSOC) |
|
| getColumn ($oStatement, $aBindings=array(), $iFetchColumnNumber=0) |
|
| getFirstRow ($oStatement, $aBindings=array(), $iFetchType=PDO::FETCH_ASSOC) |
|
| getNextRow ($iFetchType=PDO::FETCH_ASSOC) |
|
| getAll ($oStatement, $aBindings=array(), $iFetchType=PDO::FETCH_ASSOC) |
|
| fillArray ($oStatement, $aBindings=array(), $iFetchType=PDO::FETCH_ASSOC) |
|
| getAllWithKey ($oStatement, $sFieldKey, $aBindings=array(), $iFetchType=PDO::FETCH_ASSOC) |
|
| getPairs ($oStatement, $sFieldKey, $sFieldValue, $aBindings=array(), $iFetchType=PDO::FETCH_ASSOC) |
|
| getNumRows ($oStatement=null) |
|
| getAffectedRows ($oStatement=null) |
|
| lastId () |
|
| query ($oStatement, $aBindings=array(), $bVerbose=null) |
|
| res ($oStatement, $aBindings=array(), $bVerbose=null) |
|
| getServerInfo () |
|
| getVersion () |
|
| listTables () |
|
| getFields ($sTable) |
|
| fetchField ($oStatement, $iField, $aBindings=array()) |
|
| isTableExists ($sTable) |
|
| isFieldExists ($sTable, $sFieldName) |
|
| isIndexExists ($sTable, $sIndexName) |
|
| error ($aError) |
|
| cacheParams ($bForceCacheInvalidate=false, $bForceCacheInvalidateMixed=false) |
|
| cacheParamsClear ($sCacheName='') |
|
| isParam ($sKey, $bFromCache=true) |
|
| addParam ($sName, $sValue, $iKateg, $sDesc, $sType) |
|
| getParam ($sKey, $bFromCache=true) |
|
| setParam ($sKey, $mixedValue, $iMixId=0) |
|
| getParamsMix ($iId) |
|
| getParamsMixActive ($sType) |
|
| getParamsMixes ($sType, $mixedPublished=false) |
|
| setTimezone ($sTimezone) |
|
| getEncoding () |
|
| setErrorChecking ($b) |
|
| getDbCacheObject () |
|
| genDbCacheKey ($sName) |
|
| getCache ($sName, $sFunc) |
|
| setCache ($sName, $mData) |
|
| fromCache ($sName, $sFunc) |
|
| cleanCache ($sName) |
|
& | fromMemory ($sName, $sFunc) |
|
| cleanMemory ($sName) |
|
| cleanMemoryAll () |
|
| escape ($s) |
|
| implode_escape ($mixed) |
|
| unescape ($mixed) |
|
| prepare ($sQuery) |
|
| prepareAsString ($sQuery) |
|
| arrayToSQL ($a, $sDiv=',', $sOperator='=', $bWildcardSpaceChars=false) |
|
| executeSQL ($sPath, $aReplace=array(), $isBreakOnError=true) |
|
static | getInstance () |
|
static | getInstanceWithConf ($aDbConf, &$sError) |
|
static | getLink () |
|
| getLanguageField ($sName, $sField, $bFromCache=true) |
|
| getLanguageFieldById ($iId, $sField, $bFromCache=true) |
|
| __construct ($aDbConf=false) |
|
| balancer () |
|
| isParamInCache ($sKey) |
|
| log ($s) |
|
| executeStatement ($oStatement, $aBindings=array(), $bVerbose=null, &$iErrorCode=null) |
|
| executeStatementException ($oStatement, $aBindings=array(), $bVerbose=null) |
|
| executeStatementSilent ($oStatement, $aBindings=array(), $bVerbose=null) |
|
| errorOutput ($aError) |
|
| $_bPdoPersistent |
|
| $_iPdoFetchType |
|
| $_iPdoErrorMode |
|
| $_bErrorChecking |
|
| $_aError |
|
| $_sHost |
|
| $_sPort |
|
| $_sSocket |
|
| $_sDbname |
|
| $_sUser |
|
| $_sPassword |
|
| $_sCharset |
|
| $_sStorageEngine |
|
| $_oStatement = null |
|
| $_oDbCacheObject = null |
|
static | $_rLink |
|
static | $_aDbCacheData |
|
static | $_aParams |
|
static | $_sParamsCacheName = 'sys_options' |
|
static | $_sParamsCacheNameMixed = 'sys_options_mixed_' |
|
static | $_sParamsCacheNameMix = 'sys_options_mix_' |
|
static | $_sErrorKey = 'bx_db_error' |
|
static | $_aErrors |
|
static | $_bReadOnlyMode = true |
|
static | $_bMultuServersMode = false |
|