SqlExpression
Class SqlExpression
Table of Contents
Methods
- __construct() : mixed
- __toString() : mixed
- compile() : string
- Returns $expression with replaced placeholders.
- getConnection() : Connection
- setConnection() : mixed
Methods
__construct()
public
__construct() : mixed
Tags
__toString()
public
__toString() : mixed
compile()
Returns $expression with replaced placeholders.
public
compile() : string
Return values
stringgetConnection()
public
getConnection() : Connection
Return values
ConnectionsetConnection()
public
setConnection(Connection $connection) : mixed
Parameters
- $connection : Connection