ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
class.ilDBPdoMySQLInnoDB.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
9
class
ilDBPdoMySQLInnoDB
extends
ilDBPdoMySQL
implements
ilDBInterface
10
{
11
15
protected
$storage_engine
=
'InnoDB'
;
16
17
21
public
function
supportsFulltext
()
22
{
23
return
false
;
24
}
25
26
30
public
function
supportsTransactions
()
31
{
32
return
false
;
33
}
34
35
42
public
function
addFulltextIndex
($table_name, $afields, $a_name =
'in'
)
43
{
44
return
false
;
// NOT SUPPORTED
45
}
46
}
ilDBPdoMySQLInnoDB\supportsFulltext
supportsFulltext()
Definition:
class.ilDBPdoMySQLInnoDB.php:21
ilDBPdoMySQLInnoDB\supportsTransactions
supportsTransactions()
Definition:
class.ilDBPdoMySQLInnoDB.php:30
ilDBPdoMySQL
Class ilDBPdoMySQL.
Definition:
class.ilDBPdoMySQL.php:9
ilDBPdoMySQLInnoDB\$storage_engine
$storage_engine
Definition:
class.ilDBPdoMySQLInnoDB.php:15
ilDBInterface
ilDBPdoMySQLInnoDB
Class ilDBPdoMySQLInnoDB.
Definition:
class.ilDBPdoMySQLInnoDB.php:9
ilDBPdoMySQLInnoDB\addFulltextIndex
addFulltextIndex($table_name, $afields, $a_name='in')
Definition:
class.ilDBPdoMySQLInnoDB.php:42
Services
Database
classes
PDO
class.ilDBPdoMySQLInnoDB.php
Generated on Sun Aug 31 2025 21:01:24 for ILIAS by
1.8.13 (using
Doxyfile
)