Class yii\db\conditions\ConjunctionConditionBuilder
| Inheritance | yii\db\conditions\ConjunctionConditionBuilder | 
|---|---|
| Implements | yii\db\ExpressionBuilderInterface | 
| Uses Traits | yii\db\ExpressionBuilderTrait | 
| Available since version | 2.0.14 | 
| Source Code | https://github.com/yiisoft/yii2/blob/master/framework/db/conditions/ConjunctionConditionBuilder.php | 
Class ConjunctionConditionBuilder builds objects of abstract class yii\db\conditions\ConjunctionCondition
Protected Properties
| Property | Type | Description | Defined By | 
|---|---|---|---|
| $queryBuilder | yii\db\QueryBuilder | yii\db\ExpressionBuilderTrait | 
Public Methods
| Method | Description | Defined By | 
|---|---|---|
| __construct() | ExpressionBuilderTrait constructor. | yii\db\ExpressionBuilderTrait | 
| build() | Method builds the raw SQL from the $expression that will not be additionally escaped or quoted. | yii\db\conditions\ConjunctionConditionBuilder | 
Method Details
Method builds the raw SQL from the $expression that will not be additionally escaped or quoted.
| public string build ( yii\db\ExpressionInterface $condition, array &$params = [] ) | ||
| $condition | yii\db\ExpressionInterface|yii\db\conditions\ConjunctionCondition | The expression to be built. | 
| $params | array | The binding parameters. | 
| return | string | The raw SQL that will not be additionally escaped or quoted. | 
|---|---|---|