45         foreach ($fields as $field) {
    49             $wrapped_fields[] = $this->
wrapField($field, $db);
    52         return $wrapped_fields;
    57         $slitted = explode(
'.', $field);
    59         if (count($slitted) === 1 && $slitted[0] === 
'*') {
    63         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...
 
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)