Class yii\db\sqlite\conditions\LikeConditionBuilder
{@inheritdoc}
Protected Properties
| Property | Type | Description | Defined By | 
|---|---|---|---|
| $escapeCharacter | {@inheritdoc} | yii\db\sqlite\conditions\LikeConditionBuilder | |
| $escapingReplacements | array | Map of chars to their replacements in LIKE conditions. | yii\db\conditions\LikeConditionBuilder | 
| $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\LikeConditionBuilder | 
Protected Methods
| Method | Description | Defined By | 
|---|---|---|
| parseOperator() | yii\db\conditions\LikeConditionBuilder | 
Signup or Login in order to comment.