
Public Member Functions | |
| __construct ($array) | |
| getArray () | |
| toDialectString (Dialect $dialect) | |
Static Public Member Functions | |
| static | create ($array) |
| |
Private Attributes | |
| $array = array() | |
Definition at line 18 of file SQLArray.class.php.
| SQLArray::__construct | ( | $ | array | ) |
| static SQLArray::create | ( | $ | array | ) | [static] |
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().

SQLArray::$array = array() [private] |
Definition at line 20 of file SQLArray.class.php.
Referenced by __construct(), create(), and toDialectString().
1.5.4