buildShowMeta() protected method
Builds SHOW META query.
protected string buildShowMeta ( $showMeta, &$params ) | ||
---|---|---|
$showMeta | boolean|string|yii\db\Expression |
Show meta specification. |
$params | array |
The binding parameters to be populated |
return | string |
SHOW META query, if it does not required - empty string. |
Please login to continue.