SQLArray Class Reference
[Dynamic query builder]

Values row implementation. More...

Inheritance diagram for SQLArray:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($array)
 getArray ()
 toDialectString (Dialect $dialect)

Static Public Member Functions

static create ($array)
 
Returns:
SQLArray


Private Attributes

 $array = array()


Detailed Description

Values row implementation.

Definition at line 18 of file SQLArray.class.php.


Constructor & Destructor Documentation

SQLArray::__construct ( array  ) 

Definition at line 30 of file SQLArray.class.php.

References $array.


Member Function Documentation

static SQLArray::create ( array  )  [static]

Returns:
SQLArray

Definition at line 25 of file SQLArray.class.php.

References $array.

Referenced by InExpression::toDialectString().

SQLArray::getArray (  ) 

Definition at line 35 of file SQLArray.class.php.

SQLArray::toDialectString ( Dialect dialect  ) 

Implements DialectString.

Definition at line 40 of file SQLArray.class.php.

References $array, Dialect::quoteValue(), and Dialect::valueToString().

Here is the call graph for this function:


Member Data Documentation

SQLArray::$array = array() [private]

Definition at line 20 of file SQLArray.class.php.

Referenced by __construct(), create(), and toDialectString().


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:29 2007 for onPHP by  doxygen 1.5.4