1C-Bitrix 25.700.0
|
Открытые члены | |
ToNumber ($expr) | |
DateFormatToDB ($format, $field=false) | |
DatetimeToTimestampFunction ($fieldName) | |
DatetimeToDateFunction ($strValue) | |
ForSqlLike ($strValue, $iMaxLength=0) | |
GetTableFields ($table) | |
PrepareInsert ($strTableName, $arFields) | |
PrepareUpdate ($strTableName, $arFields, $strFileDir="", $lang=false, $strTableAlias="") | |
PrepareUpdateBind ($strTableName, $arFields, $strFileDir, $lang, &$arBinds, $strTableAlias="") | |
PrepareUpdateJoin ($strTableName, $arFields, $from, $where) | |
Insert ($table, $arFields, $error_position="", $DEBUG=false, $EXIST_ID="", $ignore_errors=false) | |
Add ($tablename, $arFields, $arCLOBFields=Array(), $strFileDir="", $ignore_errors=false, $error_position="", $arOptions=array()) | |
CreateIndex ($indexName, $tableName, $columns, $unique=false, $fulltext=false) | |
Открытые члены унаследованные от CAllDatabase | |
StartUsingMasterOnly () | |
StopUsingMasterOnly () | |
getConnection () | |
Connect ($DBHost, $DBName, $DBLogin, $DBPassword, $connectionName="") | |
DoConnect ($connectionName='') | |
startSqlTracker () | |
GetVersion () | |
GetNowFunction () | |
GetNowDate () | |
DateToCharFunction ($strFieldName, $strType="FULL", $lang=false, $bSearchInSitesOnly=false) | |
CharToDateFunction ($strValue, $strType="FULL", $lang=false) | |
Concat () | |
Substr ($str, $from, $length=null) | |
IsNull ($expression, $result) | |
Length ($field) | |
ToChar ($expr, $len=0) | |
TopSql ($strSql, $nTopCount) | |
LastID () | |
GetTableFieldsList ($table) | |
Query ($strSql, $bIgnoreErrors=false, $error_position="", $arOptions=[]) | |
QueryBind ($strSql, $arBinds, $bIgnoreErrors=false) | |
QueryLong ($strSql, $bIgnoreErrors=false) | |
ForSql ($strValue, $iMaxLength=0) | |
TableExists ($tableName) | |
quote ($identifier) | |
PrepareUpdate ($strTableName, $arFields) | |
Update ($table, $arFields, $WHERE="", $error_position="", $DEBUG=false, $ignore_errors=false, $additional_check=true) | |
InitTableVarsForEdit ($tablename, $strIdentFrom="str_", $strIdentTo="str_", $strSuffixFrom="", $bAlways=false) | |
ParseSqlBatch ($strSql) | |
RunSQLBatch ($filepath) | |
IsDate ($value, $format=false, $lang=false, $format_type="SHORT") | |
GetErrorMessage () | |
GetErrorSQL () | |
StartTransaction () | |
Commit () | |
Rollback () | |
DDL ($strSql, $bIgnoreErrors=false, $error_position="", $arOptions=[]) | |
addDebugQuery ($strSql, $exec_time, $node_id=0) | |
addDebugTime ($index, $exec_time) | |
GetIndexName ($tableName, $arColumns, $bStrict=false) | |
IndexExists ($tableName, $arColumns, $bStrict=false) |
Открытые статические члены | |
static | CurrentTimeFunction () |
static | CurrentDateFunction () |
Открытые статические члены унаследованные от CAllDatabase | |
static | GetDBNodeConnection ($node_id, $bIgnoreErrors=false, $bCheckStatus=true) |
static | showConnectionError () |
static | GetModuleConnection ($module_id, $bModuleInclude=false) |
static | DateFormatToPHP ($format) |
static | FormatDate ($strDate, $format="DD.MM.YYYY HH:MI:SS", $new_format="DD.MM.YYYY HH:MI:SS") |
static | registerAutoload (?string $connectionType=null) |
Поля данных | |
$db_Conn | |
$escL = '"' | |
$escR = '"' | |
$type = "PGSQL" | |
Поля данных унаследованные от CAllDatabase | |
$DBName | |
$DBHost | |
$DBLogin | |
$DBPassword | |
$db_Conn | |
$debug | |
$DebugToFile | |
$ShowSqlStat | |
$db_Error | |
$db_ErrorSQL | |
$result | |
$type | |
$version | |
$column_cache = [] | |
$bModuleConnection | |
$bNodeConnection | |
$node_id | |
$obSlave = null | |
$cntQuery = 0 | |
$timeQuery = 0.0 | |
$arQueryDebug = [] | |
$sqlTracker = null |
Защищенные члены | |
QueryInternal ($strSql) | |
GetError () | |
GetErrorCode () | |
getThreadId () | |
Защищенные члены унаследованные от CAllDatabase | |
getError () | |
getErrorCode () |
Дополнительные унаследованные члены | |
Статические открытые данные унаследованные от CAllDatabase | |
static | $arNodes = [] |
Защищенные данные унаследованные от CAllDatabase | |
$connection | |
$connectionName = null |
См. определение в файле database.php строка 12
Add | ( | $tablename, | |
$arFields, | |||
$arCLOBFields = Array(), | |||
$strFileDir = "", | |||
$ignore_errors = false, | |||
$error_position = "", | |||
$arOptions = array() ) |
См. определение в файле database.php строка 452
Переопределяет метод предка CAllDatabase.
См. определение в файле database.php строка 478
|
static |
См. определение в файле database.php строка 43
|
static |
См. определение в файле database.php строка 38
DateFormatToDB | ( | $format, | |
$field = false ) |
См. определение в файле database.php строка 28
DatetimeToDateFunction | ( | $strValue | ) |
См. определение в файле database.php строка 63
DatetimeToTimestampFunction | ( | $fieldName | ) |
См. определение в файле database.php строка 48
ForSqlLike | ( | $strValue, | |
$iMaxLength = 0 ) |
См. определение в файле database.php строка 68
|
protected |
См. определение в файле database.php строка 91
|
protected |
См. определение в файле database.php строка 96
GetTableFields | ( | $table | ) |
См. определение в файле database.php строка 105
|
protected |
См. определение в файле database.php строка 499
Insert | ( | $table, | |
$arFields, | |||
$error_position = "", | |||
$DEBUG = false, | |||
$EXIST_ID = "", | |||
$ignore_errors = false ) |
См. определение в файле database.php строка 414
PrepareInsert | ( | $strTableName, | |
$arFields ) |
Переопределяет метод предка CAllDatabase.
См. определение в файле database.php строка 195
PrepareUpdate | ( | $strTableName, | |
$arFields, | |||
$strFileDir = "", | |||
$lang = false, | |||
$strTableAlias = "" ) |
См. определение в файле database.php строка 291
PrepareUpdateBind | ( | $strTableName, | |
$arFields, | |||
$strFileDir, | |||
$lang, | |||
& | $arBinds, | ||
$strTableAlias = "" ) |
См. определение в файле database.php строка 297
PrepareUpdateJoin | ( | $strTableName, | |
$arFields, | |||
$from, | |||
$where ) |
Переопределяет метод предка CAllDatabase.
См. определение в файле database.php строка 393
|
protected |
См. определение в файле database.php строка 77
ToNumber | ( | $expr | ) |
Переопределяет метод предка CAllDatabase.
См. определение в файле database.php строка 23
$db_Conn |
См. определение в файле database.php строка 15
$escL = '"' |
См. определение в файле database.php строка 18
$escR = '"' |
См. определение в файле database.php строка 19
$type = "PGSQL" |
См. определение в файле database.php строка 21