Reference for actual DB-table column. More...
Public Member Functions | |
__construct ($field, $table=null) | |
toDialectString (Dialect $dialect) | |
getField () | |
getTable () | |
setTable ($table) | |
Static Public Member Functions | |
static | create ($field, $table=null) |
Private Attributes | |
$field = null | |
$table = null |
Reference for actual DB-table column.
Definition at line 18 of file DBField.class.php.
DBField::__construct | ( | $ | field, | |
$ | table = null | |||
) |
Definition at line 23 of file DBField.class.php.
References $field, $table, and setTable().
static DBField::create | ( | $ | field, | |
$ | table = null | |||
) | [static] |
Definition at line 34 of file DBField.class.php.
References $field, and $table.
Referenced by ProtoDAO::fetchCollections(), CommonDaoWorker::getById(), Criteria::joinProperties(), UnifiedContainerWorker::makeCountQuery(), ClassProjection::process(), and ProtoDAO::processPath().
DBField::getField | ( | ) |
Definition at line 55 of file DBField.class.php.
DBField::getTable | ( | ) |
DBField::setTable | ( | $ | table | ) |
WrongStateException |
Definition at line 72 of file DBField.class.php.
References $table.
Referenced by __construct().
DBField::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 39 of file DBField.class.php.
References $field, Dialect::quoteField(), and Dialect::toCasted().
DBField::$field = null [private] |
Definition at line 20 of file DBField.class.php.
Referenced by __construct(), create(), and toDialectString().
DBField::$table = null [private] |
Definition at line 21 of file DBField.class.php.
Referenced by __construct(), create(), and setTable().