44 foreach ($fields as $field) {
45 $wrapped_fields[] = $this->
wrapField($field, $db);
48 return $wrapped_fields;
53 $slitted = explode(
'.', $field);
55 if (count($slitted) === 1 && $slitted[0] ===
'*') {
59 if (count($slitted) === 2) {
quoteIdentifier(string $identifier, bool $check_option=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
wrapFields(array $fields, ilDBInterface $db)
wrapField(string $field, ilDBInterface $db)
asSQLStatement(ActiveRecord $activeRecord, ilDBInterface $db)
setTableNameAs(string $table_name_as)