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

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

static getSqlForDataType ($type, $len=0)
 
static getBatchInsertHead ($tableName, $fields=array())
 
static getBatchInsertTail ()
 
static getBatchInsertSeparator ()
 
static getBatchInsertValues ($row, $tableName, $fields, $map)
 
static getMaxTransferUnit ()
 
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 getQuerySeparatorSql ()
 
static needSelectFieldsInOrderByWhenDistinct ()
 

Защищенные статические члены

static prepareSql ($row, $fields, $map)
 
static checkSequenceExistsForTable ($tableName)
 
static getIndexName ($tableName, $ixNamePostfix, $columns=array())
 
static escapeArray ($columns)
 

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

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

Методы

◆ addAutoIncrement()

static addAutoIncrement ( )
static

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

◆ checkSequenceExistsForTable()

static checkSequenceExistsForTable ( $tableName)
staticprotected

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

◆ checkTableExists()

static checkTableExists ( $tableName)
static

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

◆ createIndex()

static createIndex ( $tableName,
$ixNamePostfix,
$columns = array(),
$unique = false )
static

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

◆ dropAutoIncrementRestrictions()

static dropAutoIncrementRestrictions ( $tableName)
static

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

◆ dropTable()

static dropTable ( $tableName)
static

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

◆ escapeArray()

static escapeArray ( $columns)
staticprotected

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

◆ getBatchInsertHead()

static getBatchInsertHead ( $tableName,
$fields = array() )
static

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

◆ getBatchInsertSeparator()

static getBatchInsertSeparator ( )
static

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

◆ getBatchInsertTail()

static getBatchInsertTail ( )
static

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

◆ getBatchInsertValues()

static getBatchInsertValues ( $row,
$tableName,
$fields,
$map )
static

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

◆ getIndexName()

static getIndexName ( $tableName,
$ixNamePostfix,
$columns = array() )
staticprotected

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

◆ getMaxTransferUnit()

static getMaxTransferUnit ( )
static

Переопределяется в Helper.

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

◆ getQuerySeparatorSql()

static getQuerySeparatorSql ( )
static

Переопределяется в Helper.

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

◆ getSqlForDataType()

static getSqlForDataType ( $type,
$len = 0 )
static

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

◆ incrementSequenceForTable()

static incrementSequenceForTable ( $tableName)
static

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

◆ needSelectFieldsInOrderByWhenDistinct()

static needSelectFieldsInOrderByWhenDistinct ( )
static

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

◆ prepareSql()

static prepareSql ( $row,
$fields,
$map )
staticprotected

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

◆ restoreAutoIncrementRestrictions()

static restoreAutoIncrementRestrictions ( $tableName)
static

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

◆ truncateTable()

static truncateTable ( $tableName)
static

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