yii\db\PdoValueBuilder - Yii2 类参考手册

Class yii\db\PdoValueBuilder

Inheritanceyii\db\PdoValueBuilder
Implementsyii\db\ExpressionBuilderInterface
Available since version2.0.14

Class PdoValueBuilder builds object of the yii\db\PdoValue expression class.

Public Methods

隐藏继承的方法 Hide inherited methods

方法 Method简介 Description定义在 Defined By
build() Method builds the raw SQL from the $expression that will not be additionally escaped or quoted. yii\db\PdoValueBuilder

常量 Constants

隐藏继承的常量 Hide inherited constants

常量 Constant值 Value简介 Description定义在 Defined By
PARAM_PREFIX ':pv' yii\db\PdoValueBuilder

方法详情 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\ExpressionInterface

The expression to be built.

$params array

The binding parameters.

return string

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