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) {
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
wrapField(string $field, ilDBInterface $db)
 
asSQLStatement(ActiveRecord $activeRecord, ilDBInterface $db)
 
setTableNameAs(string $table_name_as)
 
wrapFields(array $fields, ilDBInterface $db)
 
quoteIdentifier(string $identifier, bool $check_option=false)