|
| getForms ($aParams, &$aItems, $bReturnCount=true) |
| isForm ($sName) |
| addForm ($aFields) |
| updateForms ($aParamsSet, $aParamsWhere=[]) |
| updateFormByObject ($sObject, $aFields) |
| getDisplays ($aParams, &$aItems, $bReturnCount=true) |
| isDisplay ($sName, $sDisplay) |
| addDisplay ($aFields) |
| updateDisplayByObjectAndName ($sObject, $sName, $aFields) |
| getInputs ($aParams, &$aItems, $bReturnCount=true) |
| isInput ($sObject, $sName) |
| isDisplayInput ($sDisplay, $sInput) |
| addInput ($aFields) |
| addDisplayInput ($aFields) |
| updateInputByObjectAndName ($sObject, $sName, $aFields) |
| updateDisplayInputs ($aParamsSet, $aParamsWhere=[]) |
| updateDisplayInputByDisplayAndInput ($sDisplay, $sInput, $aFields) |
| deleteInputs ($aParams) |
| checkInputsInDisplays ($sObject, $sDisplayName) |
| getInputOrderMax ($sDisplayName) |
| getLists ($aParams, &$aItems, $bReturnCount=true) |
| updateList ($iId, $aFields) |
| isListUsedInSet ($sKey) |
| getCategories ($aParams, &$aItems, $bReturnCount=true) |
| deleteCategories ($CategoryId) |
| getValues ($aParams, &$aItems, $bReturnCount=true) |
| deleteValues ($aParams) |
| getValuesOrderMax ($sKey) |
| getSearchForms ($aParams, &$aItems, $bReturnCount=true) |
| getSearchFields ($aParams, &$aItems, $bReturnCount=true) |
| getSortableFields ($aParams, &$aItems, $bReturnCount=true) |
| alterAdd ($sTable, $sField, $sType) |
| alterChange ($sTable, $sFieldOld, $sFieldNew, $sTypeNew) |
| alterRemove ($sTable, $sField) |
| __clone () |
| 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) |
| isValidFieldName ($s) |
| implode_escape ($mixed) |
| unescape ($mixed) |
| prepare ($sQuery) |
| prepareAsString ($sQuery) |
| arrayToSQL ($a, $sDiv=',', $sOperator='=', $bWildcardSpaceChars=false) |
| executeSQL ($sPath, $aReplace=array(), $isBreakOnError=true) |