yii\db\conditions\BetweenColumnsConditionBuilder - Yii2 类参考手册
Class yii\db\conditions\BetweenColumnsConditionBuilder
| Inheritance | yii\db\conditions\BetweenColumnsConditionBuilder |
|---|---|
| Implements | yii\db\ExpressionBuilderInterface |
| Uses Traits | yii\db\ExpressionBuilderTrait |
| Available since version | 2.0.14 |
Class BetweenColumnsConditionBuilder builds objects of yii\db\conditions\BetweenColumnsCondition
Protected Properties
隐藏继承的属性 Hide inherited properties
| 属性Property | 类型 Type | 简介 Description | 定义在 Defined By |
|---|---|---|---|
| $queryBuilder | yii\db\QueryBuilder | yii\db\ExpressionBuilderTrait |
Public Methods
隐藏继承的方法 Hide inherited 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\BetweenColumnsConditionBuilder |
Protected Methods
隐藏继承的方法 Hide inherited methods
| 方法 Method | 简介 Description | 定义在 Defined By |
|---|---|---|
| createPlaceholder() | Attaches $value to $params array and returns placeholder. | yii\db\conditions\BetweenColumnsConditionBuilder |
| escapeColumnName() | Prepares column name to be used in SQL statement. | yii\db\conditions\BetweenColumnsConditionBuilder |
方法详情 Method Details
Method builds the raw SQL from the $expression that will not be additionally escaped or quoted.
| public string build ( yii\db\ExpressionInterface $expression, array &$params = [] ) | ||
| $expression | yii\db\ExpressionInterface|yii\db\conditions\BetweenColumnsCondition | The expression to be built. |
| $params | array | The binding parameters. |
| return | string | The raw SQL that will not be additionally escaped or quoted. |
|---|---|---|
Attaches $value to $params array and returns placeholder.
| protected string createPlaceholder ( $value, &$params ) | ||
| $value | mixed | |
| $params | array | Passed by reference |
Prepares column name to be used in SQL statement.
| protected string escapeColumnName ( $columnName, &$params = [] ) | ||
| $columnName | yii\db\Query|yii\db\ExpressionInterface|string | |
| $params | array | The binding parameters. |