0.11 Doctrine_Expression
Doctrine Expression
Method Summary
| Returns | Name | Description |
|---|---|---|
| getConnection | ||
| string | getSql | |
| string | parseClause | |
| parseExpression | ||
| setExpression | ||
| __construct | ||
| __toString |
Method Details
-
getConnection()
Doctrine_Expression
-
(string) getSql()
Doctrine_Expression
-
$clause The clause (string) parseClause($clause)
Doctrine_Expression
-
$expr The expression to parse parseExpression($expr)
-
$clause The expression to set setExpression($clause)
-
$expr The expression $conn The connection (optional) __construct($expr, (Doctrine_Connection) $conn = null)
Create an expression
-
__toString()