Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Phalcon
Db
Dialect
MysqlExtended
PHP Class Phalcon\Db\Dialect\MysqlExtended
Every query executed via this adapter is automatically cached
Inheritance:
extends
Phalcon\Db\Dialect\Mysql
Show file
Open project: phalcon/incubator
Public Methods
Method
Description
getSqlExpression
(
array
$expression
,
string
$escapeChar
= null,
mixed
$bindCounts
= null ) :
string
Transforms an intermediate representation for a expression into a database system valid expression.
Method Details
getSqlExpression()
public
method
Transforms an intermediate representation for a expression into a database system valid expression.
public
getSqlExpression
(
array
$expression
,
string
$escapeChar
= null,
mixed
$bindCounts
= null ) :
string
$expression
array
$escapeChar
string
$bindCounts
mixed
return
string