示例#1
0
文件: SqlTable.php 项目: jivoo/jivoo
 /**
  * Convert a condition to SQL.
  * @param ConditionBuilder $where The condition.
  * @return string SQL subquery.
  */
 protected function conditionToSql(ConditionBuilder $where)
 {
     return $where->toString($this->owner);
 }