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

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

 __construct ($serviceId, $tableName="")
 
 getUnmappedLocations ($startId=0)
 
 markMapped ($locationId, $xmlId)
 
 markAllMapped ()
 
 create (array $data)
 
 drop ()
 
 isExist ()
 
 saveData (array $data)
 
 getMaxId ()
 

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

 $name = 'b_sale_loc_map_tmp'
 
 $connection = null
 
 $serviceId = 0
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( $serviceId,
$tableName = "" )

TmpTable constructor.

Аргументы
int$serviceIdExternal service id.
string$tableName
Исключения
ArgumentNullException

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

Методы

◆ create()

create ( array $data)
Аргументы
array$data
Возвращает
\Bitrix\Main\DB\Result
Исключения
ArgumentNullException
ArgumentTypeException

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

◆ drop()

drop ( )

Drops table

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

◆ getMaxId()

getMaxId ( )
Возвращает
int Max row id.

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

◆ getUnmappedLocations()

getUnmappedLocations ( $startId = 0)
Аргументы
int$startIdStart position.
Возвращает
\Bitrix\Main\DB\Result

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

◆ isExist()

isExist ( )
Возвращает
bool

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

◆ markAllMapped()

markAllMapped ( )

If we have mapped locations mark this in tmp table

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

◆ markMapped()

markMapped ( $locationId,
$xmlId )
Аргументы
int$locationIdInternal location id.
string$xmlIdExternal location id.
Исключения
ArgumentNullException

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

◆ saveData()

saveData ( array $data)
Аргументы
array$dataData to save
Возвращает
int Quantity of saved rows.
Исключения
ArgumentNullException
ArgumentTypeException

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

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

◆ $connection

$connection = null
protected

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

◆ $name

$name = 'b_sale_loc_map_tmp'
protected

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

◆ $serviceId

$serviceId = 0
protected

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