Public Member Functions | ||||
setTable ($table) | ||||
getTable () | ||||
set ($field, $value=null) | ||||
| ||||
drop ($field) | ||||
| ||||
lazySet ($field, $object=null) | ||||
| ||||
setBoolean ($field, $value=false) | ||||
| ||||
arraySet ($fields) | ||||
Adds values from associative array. | ||||
Protected Attributes | ||||
$table = null | ||||
$fields = array() |
Definition at line 18 of file InsertOrUpdateQuery.class.php.
InsertOrUpdateQuery::setTable | ( | $ | table | ) | [abstract] |
Reimplemented in InsertQuery, and UpdateQuery.
InsertOrUpdateQuery::getTable | ( | ) |
InsertOrUpdateQuery::set | ( | $ | field, | |
$ | value = null | |||
) |
InsertOrUpdateQuery::drop | ( | $ | field | ) |
MissingElementException |
Definition at line 46 of file InsertOrUpdateQuery.class.php.
Referenced by StorableDAO::inject().
InsertOrUpdateQuery::lazySet | ( | $ | field, | |
$ | object = null | |||
) |
InsertOrUpdateQuery::setBoolean | ( | $ | field, | |
$ | value = false | |||
) |
InsertOrUpdateQuery::arraySet | ( | $ | fields | ) |
Adds values from associative array.
Definition at line 99 of file InsertOrUpdateQuery.class.php.
References $fields.
InsertOrUpdateQuery::$table = null [protected] |
Definition at line 22 of file InsertOrUpdateQuery.class.php.
Referenced by UpdateQuery::__construct(), UpdateQuery::from(), UpdateQuery::hasJoinedTable(), InsertQuery::into(), UpdateQuery::join(), UpdateQuery::leftJoin(), UpdateQuery::setTable(), and InsertQuery::setTable().
InsertOrUpdateQuery::$fields = array() [protected] |
Definition at line 23 of file InsertOrUpdateQuery.class.php.
Referenced by arraySet(), and InsertQuery::toDialectString().