ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilDBPdoMySQLInnoDB.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
25
class
ilDBPdoMySQLInnoDB
extends
ilDBPdoMySQL
26
{
27
protected
string
$storage_engine
=
'InnoDB'
;
28
29
#[\Override]
30
public
function
supportsFulltext
(): bool
31
{
32
return
false
;
33
}
34
35
36
#[\Override]
37
public
function
supportsTransactions
(): bool
38
{
39
return
false
;
40
}
41
42
43
#[\Override]
44
public
function
addFulltextIndex
(
string
$table_name, array $fields,
string
$name =
'in'
): bool
45
{
46
return
false
;
// NOT SUPPORTED
47
}
48
}
ilDBPdoMySQLInnoDB\supportsFulltext
supportsFulltext()
Definition:
class.ilDBPdoMySQLInnoDB.php:30
ilDBPdoMySQLInnoDB\supportsTransactions
supportsTransactions()
Definition:
class.ilDBPdoMySQLInnoDB.php:37
ilDBPdoMySQL
Class ilDBPdoMySQL.
Definition:
class.ilDBPdoMySQL.php:24
ilDBPdoMySQLInnoDB\addFulltextIndex
addFulltextIndex(string $table_name, array $fields, string $name='in')
Definition:
class.ilDBPdoMySQLInnoDB.php:44
ilDBPdoMySQLInnoDB\$storage_engine
string $storage_engine
Definition:
class.ilDBPdoMySQLInnoDB.php:27
ilDBPdoMySQLInnoDB
Class ilDBPdoMySQLInnoDB.
Definition:
class.ilDBPdoMySQLInnoDB.php:25
components
ILIAS
Database
classes
PDO
class.ilDBPdoMySQLInnoDB.php
Generated on Sun Aug 31 2025 23:02:46 for ILIAS by
1.8.13 (using
Doxyfile
)