Container for passing values into OSQL queries. More...
Public Member Functions | |
__construct ($value) | |
getValue () | |
toDialectString (Dialect $dialect) | |
Static Public Member Functions | |
static | create ($value) |
Private Attributes | |
$value = null |
Container for passing values into OSQL queries.
Definition at line 18 of file DBValue.class.php.
DBValue::__construct | ( | $ | value | ) |
Definition at line 30 of file DBValue.class.php.
References $value.
static DBValue::create | ( | $ | value | ) | [static] |
Reimplemented in DBBinary.
Definition at line 25 of file DBValue.class.php.
References $value.
Referenced by TimeIntervalsGenerator::getSeriesGenerator(), UnifiedContainerWorker::makeCountQuery(), GenericDAO::makeTotalCountQuery(), and TimeIntervalsGenerator::toSelectQuery().
DBValue::getValue | ( | ) |
Definition at line 35 of file DBValue.class.php.
Referenced by DBBinary::toDialectString().
DBValue::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Reimplemented in DBBinary.
Definition at line 40 of file DBValue.class.php.
References Dialect::toCasted().
DBValue::$value = null [private] |
Definition at line 20 of file DBValue.class.php.
Referenced by __construct(), create(), and DBBinary::create().