mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
@ -1202,6 +1202,7 @@ class QueryBuilder extends \yii\base\Object
|
|||||||
* @param array $operands contains two column names.
|
* @param array $operands contains two column names.
|
||||||
* @param array $params the binding parameters to be populated
|
* @param array $params the binding parameters to be populated
|
||||||
* @return string the generated SQL expression
|
* @return string the generated SQL expression
|
||||||
|
* @throws InvalidParamException if wrong number of operands have been given.
|
||||||
*/
|
*/
|
||||||
public function buildSimpleCondition($operator, $operands, &$params)
|
public function buildSimpleCondition($operator, $operands, &$params)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user