Ejemplo n.º 1
0
 /**
  * Forwards call to given database.
  *
  * @param GlueDB_Database $db
  * @param integer $style
  *
  * @return string
  */
 protected function compile(GlueDB_Database $db, $style)
 {
     // Forwards call to database :
     return $db->compile_query_update($this, $style);
 }