Bitrix API

CommonHelper

AbstractYes

Table of Contents

Methods

addAutoIncrement()  : mixed
checkTableExists()  : mixed
createIndex()  : mixed
dropAutoIncrementRestrictions()  : mixed
dropTable()  : mixed
getBatchInsertHead()  : mixed
getBatchInsertSeparator()  : mixed
getBatchInsertTail()  : mixed
getBatchInsertValues()  : mixed
getMaxTransferUnit()  : mixed
getQuerySeparatorSql()  : mixed
getSqlForDataType()  : mixed
incrementSequenceForTable()  : mixed
needSelectFieldsInOrderByWhenDistinct()  : mixed
restoreAutoIncrementRestrictions()  : mixed
truncateTable()  : mixed

Methods

addAutoIncrement()

public static addAutoIncrement() : mixed

checkTableExists()

public static checkTableExists(mixed $tableName) : mixed
Parameters
$tableName : mixed

createIndex()

public static createIndex(mixed $tableName, mixed $ixNamePostfix[, mixed $columns = array() ][, mixed $unique = false ]) : mixed
Parameters
$tableName : mixed
$ixNamePostfix : mixed
$columns : mixed = array()
$unique : mixed = false

dropAutoIncrementRestrictions()

public static dropAutoIncrementRestrictions(mixed $tableName) : mixed
Parameters
$tableName : mixed

dropTable()

public static dropTable(mixed $tableName) : mixed
Parameters
$tableName : mixed

getBatchInsertHead()

public static getBatchInsertHead(mixed $tableName[, mixed $fields = array() ]) : mixed
Parameters
$tableName : mixed
$fields : mixed = array()

getBatchInsertSeparator()

public static getBatchInsertSeparator() : mixed

getBatchInsertTail()

public static getBatchInsertTail() : mixed

getBatchInsertValues()

public static getBatchInsertValues(mixed $row, mixed $tableName, mixed $fields, mixed $map) : mixed
Parameters
$row : mixed
$tableName : mixed
$fields : mixed
$map : mixed

getMaxTransferUnit()

public static getMaxTransferUnit() : mixed

getQuerySeparatorSql()

public static getQuerySeparatorSql() : mixed

getSqlForDataType()

public static getSqlForDataType(mixed $type[, mixed $len = 0 ]) : mixed
Parameters
$type : mixed
$len : mixed = 0

incrementSequenceForTable()

public static incrementSequenceForTable(mixed $tableName) : mixed
Parameters
$tableName : mixed

needSelectFieldsInOrderByWhenDistinct()

public static needSelectFieldsInOrderByWhenDistinct() : mixed

restoreAutoIncrementRestrictions()

public static restoreAutoIncrementRestrictions(mixed $tableName) : mixed
Parameters
$tableName : mixed

truncateTable()

public static truncateTable(mixed $tableName) : mixed
Parameters
$tableName : mixed

        
On this page

Search results