Beispiel #1
0
 /**
  * Apply substitutions to indentifier and delimites it.
  *
  * @param  string indentifier
  * @return string
  */
 private function delimite($value)
 {
     return $this->driver->escape(dibi::substitute($value), dibi::IDENTIFIER);
 }