ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
4
require_once(
'class.ilDBPdoMySQL.php'
);
5
11
class
ilDBPdoMySQLInnoDB
extends
ilDBPdoMySQL
implements
ilDBInterface
12
{
13
17
protected
$storage_engine
=
'InnoDB'
;
18
19
23
public
function
supportsFulltext
()
24
{
25
return
false
;
26
}
27
28
32
public
function
supportsTransactions
()
33
{
34
return
false
;
35
}
36
37
44
public
function
addFulltextIndex
($table_name, $afields, $a_name =
'in'
)
45
{
46
return
false
;
// NOT SUPPORTED
47
}
48
}
ilDBPdoMySQLInnoDB\supportsFulltext
supportsFulltext()
Definition:
class.ilDBPdoMySQLInnoDB.php:23
ilDBPdoMySQLInnoDB\supportsTransactions
supportsTransactions()
Definition:
class.ilDBPdoMySQLInnoDB.php:32
ilDBPdoMySQL
Class ilDBPdoMySQL.
Definition:
class.ilDBPdoMySQL.php:11
ilDBInterface
Interface ilDBInterface.
Definition:
interface.ilDBInterface.php:9
ilDBPdoMySQLInnoDB\$storage_engine
$storage_engine
Definition:
class.ilDBPdoMySQLInnoDB.php:17
ilDBPdoMySQLInnoDB
Class ilDBPdoMySQLInnoDB.
Definition:
class.ilDBPdoMySQLInnoDB.php:11
ilDBPdoMySQLInnoDB\addFulltextIndex
addFulltextIndex($table_name, $afields, $a_name='in')
Definition:
class.ilDBPdoMySQLInnoDB.php:44
Services
Database
classes
PDO
class.ilDBPdoMySQLInnoDB.php
Generated on Sat Jan 18 2025 19:01:31 for ILIAS by
1.8.13 (using
Doxyfile
)