5include_once(
"./Services/Database/classes/MDB2/class.ilDBMySQL.php");
39 $this->
query(
"SET NAMES utf8");
41 $this->
query(
"SET SESSION SQL_MODE = 'ONLY_FULL_GROUP_BY'");
57 return array(
'type' =>
'InnoDB' );
An exception for terminatinating execution or to throw for unit testing.
MySQL InnoDB Database Wrapper.
initConnection()
Initialize the database connection.
supportsFulltext()
Is fulltext index supported?
getCreateTableOptions()
Get options for the create table statement.
query($sql, $a_handle_error=true)
Query.Example:"SELECT * FROM data"For multiple similar queries/manipulations you may use prepare() an...
setStorageEngine($a_storage_engine)
Set the storage engine.
setMaxAllowedPacket()
Set maximum allowed packet size.