26 protected \ilDBInterface
$db;
75 $analyzer = new \ilDBAnalyzer(
$db);
76 $info = $analyzer->getFieldInformation(
'settings');
78 if (
$info[
'value'][
'type'] ===
'clob') {
87 $db->
quote(
"video_threshold",
"text") .
" AND module = " .
91 "module" => array(
"text",
"mcst"),
92 "keyword" => array(
"text",
"video_threshold"),
93 "value" => array($type,
"80")));
addTableColumn(string $table_name, string $column_name, array $attributes)
insert(string $table_name, array $values)
quote($value, string $type)
manipulate(string $query)
Run a (write) Query on the database.
tableColumnExists(string $table_name, string $column_name)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...