Database: ezcQueryExpressionOracle
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcQueryExpressionOracle
|
The ezcQueryExpressionPgsql class is used to create SQL expression for PostgreSQL. [
source]
This class reimplements the methods that have a different syntax in postgreSQL.
Parents
ezcQueryExpression
|
--ezcQueryExpressionOracle
Method Summary
|
public ezcQueryExpressionOracle |
__construct(
)
Constructs an empty ezcQueryExpression |
|
public string |
concat(
0 )
Returns a series of strings concatinated |
Inherited Methods
From
ezcQueryExpression :
Methods
__construct
ezcQueryExpressionOracle __construct(
)
Constructs an empty ezcQueryExpression
Redefinition of
concat
string concat(
string|array(string)
0 )
Returns a series of strings concatinated
concat() accepts an arbitrary number of parameters. Each parameter must contain an expression or an array with expressions.
Parameters
| Name |
Type |
Description |
0 |
string|array(string) |
strings that will be concatinated. |
Throws
| Class | Description |
ezcQueryVariableException |
if no parameters are provided |
Redefinition of
Last updated: Thu, 01 Nov 2007