Values row implementation. More...
Public Member Functions | |
__construct ($array) | |
getArray () | |
toDialectString (Dialect $dialect) | |
Static Public Member Functions | |
static | create ($array) |
Private Attributes | |
$array = array() |
Values row implementation.
Definition at line 17 of file SQLArray.class.php.
SQLArray::__construct | ( | $ | array | ) |
Definition at line 29 of file SQLArray.class.php.
References $array.
static SQLArray::create | ( | $ | array | ) | [static] |
Definition at line 24 of file SQLArray.class.php.
References $array.
Referenced by InExpression::toDialectString().
SQLArray::getArray | ( | ) |
Definition at line 34 of file SQLArray.class.php.
SQLArray::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 39 of file SQLArray.class.php.
References $array, and Dialect::valueToString().
SQLArray::$array = array() [private] |
Definition at line 19 of file SQLArray.class.php.
Referenced by __construct(), create(), and toDialectString().