# Common

URL: https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс `\Bitrix\Tasks\Internals\DataBase\Helper\Common`
Модуль: Tasks.

Исходный файл: `source/tasks/lib/internals/database/helper/common.php:19`

## Методы (17)

- [`static addAutoIncrement()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/addautoincrement/)
- [`static checkColumnExists()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/checkcolumnexists/)
- [`static checkIndexNameExists()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/checkindexnameexists/)
- [`static checkIsType()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/checkistype/)
- [`static checkTableExists()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/checktableexists/)
- [`static createIndex()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/createindex/)
- [`static dropTable()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/droptable/)
- [`static getDataTypeSql()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/getdatatypesql/)
- [`static getMaxTransferUnit()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/getmaxtransferunit/)
- [`static getTemporaryTableNameSql()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/gettemporarytablenamesql/)
- [`static getTemporaryTableSubQuerySql()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/gettemporarytablesubquerysql/)
- [`static getTruncateTextFunction()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/gettruncatetextfunction/)
- [`static insertBatch()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/insertbatch/) — Вставляет строки в пакетном режиме.
- [`static makeFilter()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/makefilter/) — todo: эта функция тестировалась только на тривиальных фильтрах todo: эта функция не поддерживает вложенные фильтры
- [`static parseFilter()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/parsefilter/)
- [`static truncateTable()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/truncatetable/)
- [`static wrapColumnWithFunction()`](https://chugunov.pro/api-bitrix/tasks/internals/database/helper/common/wrapcolumnwithfunction/)

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Tasks-Internals-DataBase-Helper-Common.html
