Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс BlockInserter

Открытые члены

 initIndexFromField ($fld='ID')
 
 getIndex ()
 
 dropAutoIncrementRestrictions ()
 
 restoreAutoIncrementRestrictions ()
 
 resetAutoIncrementFromIndex ()
 
 insert ($row)
 
 flush ()
 

Открытые атрибуты

const RED_LINE = 100
 

Защищенные данные

 $tableName = ''
 
 $tableMap = array()
 
 $fldVector = array()
 
 $insertHead = ''
 
 $insertTail = ''
 
 $index = 0
 
 $bufferSize = 0
 
 $buffer = ''
 
 $map = array()
 
 $autoIncFld = false
 
 $dbType = false
 
 $mtu = 0
 
 $dbConnection = null
 
 $dbHelper = null
 
 $callbacks = array()
 

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

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

Методы

◆ dropAutoIncrementRestrictions()

dropAutoIncrementRestrictions ( )

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

◆ flush()

flush ( )

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

◆ getIndex()

getIndex ( )

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

◆ initIndexFromField()

initIndexFromField ( $fld = 'ID')

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

◆ insert()

insert ( $row)

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

◆ resetAutoIncrementFromIndex()

resetAutoIncrementFromIndex ( )

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

◆ restoreAutoIncrementRestrictions()

restoreAutoIncrementRestrictions ( )

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

Данные класса

◆ $autoIncFld

$autoIncFld = false
protected

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

◆ $buffer

$buffer = ''
protected

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

◆ $bufferSize

$bufferSize = 0
protected

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

◆ $callbacks

$callbacks = array()
protected

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

◆ $dbConnection

$dbConnection = null
protected

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

◆ $dbHelper

$dbHelper = null
protected

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

◆ $dbType

$dbType = false
protected

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

◆ $fldVector

$fldVector = array()
protected

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

◆ $index

$index = 0
protected

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

◆ $insertHead

$insertHead = ''
protected

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

◆ $insertTail

$insertTail = ''
protected

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

◆ $map

$map = array()
protected

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

◆ $mtu

$mtu = 0
protected

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

◆ $tableMap

$tableMap = array()
protected

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

◆ $tableName

$tableName = ''
protected

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

◆ RED_LINE

const RED_LINE = 100

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