53 $prefix = $db_info->master_db[
"db_table_prefix"];
55 foreach($this->index_hints_list as $index_hint)
57 $index_hint_type = $index_hint->getIndexHintType();
58 if($index_hint_type !==
'IGNORE')
60 $result .= $this->alias .
'.'
61 .
'"' . $prefix . substr($index_hint->getIndexName(), 1)
62 . ($index_hint_type ==
'FORCE' ?
'(+)' :
'')
66 $result = substr($result, 0, -2);
__construct($name, $alias=NULL, $index_hints_list)