Public Member Functions | |
__construct ($value) | |
getValue () | |
toDialectString (Dialect $dialect) | |
Static Public Member Functions | |
static | create ($value) |
| |
Private Attributes | |
$value = null |
Definition at line 19 of file DBValue.class.php.
DBValue::__construct | ( | $ | value | ) |
static DBValue::create | ( | $ | value | ) | [static] |
DBValue::getValue | ( | ) |
Definition at line 36 of file DBValue.class.php.
DBValue::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 41 of file DBValue.class.php.
References $out, Dialect::quoteValue(), and Dialect::toCasted().
DBValue::$value = null [private] |