Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Helper
+ Граф наследования:Helper:

Открытые статические члены

static getSqlForAutoIncrement ()
 
static mergeTables ($toTable, $fromTable, $fldMap, $fldCondition)
 
static checkIndexNameExists ($indexName, $tableName)
 
static dropIndexByName ($indexName, $tableName)
 
static getMaxTransferUnit ()
 
static resetAutoIncrement ($tableName, $startIndex=1)
 
static getQuerySeparatorSql ()
 
- Открытые статические члены унаследованные от CommonHelper
static getSqlForDataType ($type, $len=0)
 
static getBatchInsertHead ($tableName, $fields=array())
 
static getBatchInsertTail ()
 
static getBatchInsertSeparator ()
 
static getBatchInsertValues ($row, $tableName, $fields, $map)
 
static dropAutoIncrementRestrictions ($tableName)
 
static restoreAutoIncrementRestrictions ($tableName)
 
static incrementSequenceForTable ($tableName)
 
static addAutoIncrement ()
 
static createIndex ($tableName, $ixNamePostfix, $columns=array(), $unique=false)
 
static dropTable ($tableName)
 
static checkTableExists ($tableName)
 
static truncateTable ($tableName)
 
static needSelectFieldsInOrderByWhenDistinct ()
 

Дополнительные унаследованные члены

- Защищенные статические члены унаследованные от CommonHelper
static prepareSql ($row, $fields, $map)
 
static checkSequenceExistsForTable ($tableName)
 
static getIndexName ($tableName, $ixNamePostfix, $columns=array())
 
static escapeArray ($columns)
 

Подробное описание

См. определение в файле helper.php строка 18

Методы

◆ checkIndexNameExists()

static checkIndexNameExists ( $indexName,
$tableName )
static

См. определение в файле helper.php строка 57

◆ dropIndexByName()

static dropIndexByName ( $indexName,
$tableName )
static

См. определение в файле helper.php строка 87

◆ getMaxTransferUnit()

static getMaxTransferUnit ( )
static

Переопределяет метод предка CommonHelper.

См. определение в файле helper.php строка 106

◆ getQuerySeparatorSql()

static getQuerySeparatorSql ( )
static

Переопределяет метод предка CommonHelper.

См. определение в файле helper.php строка 134

◆ getSqlForAutoIncrement()

static getSqlForAutoIncrement ( )
static

См. определение в файле helper.php строка 20

◆ mergeTables()

static mergeTables ( $toTable,
$fromTable,
$fldMap,
$fldCondition )
static

См. определение в файле helper.php строка 25

◆ resetAutoIncrement()

static resetAutoIncrement ( $tableName,
$startIndex = 1 )
static

См. определение в файле helper.php строка 118