yii\db\pgsql\JsonExpressionBuilder - Yii2 类参考手册

Class yii\db\pgsql\JsonExpressionBuilder

Inheritanceyii\db\pgsql\JsonExpressionBuilder
Implementsyii\db\ExpressionBuilderInterface
Uses Traitsyii\db\ExpressionBuilderTrait
Available since version2.0.14

Class JsonExpressionBuilder builds yii\db\JsonExpression for PostgreSQL DBMS.

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\pgsql\JsonExpressionBuilder

Protected Methods

隐藏继承的方法 Hide inherited methods

方法 Method简介 Description定义在 Defined By
getTypecast() yii\db\pgsql\JsonExpressionBuilder

方法详情 Method Details

build() public method

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\JsonExpression|yii\db\ExpressionInterface

The expression to be built

$params array

The binding parameters.

return string

The raw SQL that will not be additionally escaped or quoted.

getTypecast() protected method

protected string getTypecast ( yii\db\JsonExpression $expression )
$expression yii\db\JsonExpression
return string

The typecast expression based on \yii\db\pgsql\type.