См. определение в файле basedatabase.php строка 5
◆ __construct()
__construct |
( |
| $connection | ) |
|
◆ createFromConnection()
createFromConnection |
( |
| $connection | ) |
|
|
static |
Creates BaseDatabase object instance depending on type of the $connection.
- Аргументы
-
\Bitrix\Main\DB\Connection | $connection | The connection. |
- Возвращает
- BaseDatabase
См. определение в файле basedatabase.php строка 23
◆ fillTableIndexes()
fillTableIndexes |
( |
| $tableName | ) |
|
|
protected |
Reads meta information from the database about table indexes into $this->schema object.
- Аргументы
-
string | $tableName | Table name. |
- Возвращает
- \Bitrix\Perfmon\Sql\Table
Переопределяется в MysqliDatabase и PgsqlDatabase.
См. определение в файле basedatabase.php строка 61
◆ getTableFields()
getTableFields |
( |
| $tableName = false | ) |
|
◆ getTables()
getTables |
( |
| $full = true | ) |
|
◆ $connection
◆ $schema
Объявления и описания членов класса находятся в файле: