This is the complete list of members for
UpdateQuery, including all inherited members.
$aliases | QuerySkeleton | [protected] |
$fields | InsertOrUpdateQuery | [protected] |
$joiner | UpdateQuery | [private] |
$returning | QuerySkeleton | [protected] |
$table | InsertOrUpdateQuery | [protected] |
$where | QuerySkeleton | [protected] |
$whereLogic | QuerySkeleton | [protected] |
__clone() | UpdateQuery | |
__construct($table=null) | UpdateQuery | |
andWhere(LogicalObject $exp) | QuerySkeleton | |
arraySet($fields) | InsertOrUpdateQuery | |
checkReturning(Dialect $dialect) | QuerySkeleton | [protected] |
drop($field) | InsertOrUpdateQuery | |
dropReturning() | QuerySkeleton | |
from($table, $alias=null) | UpdateQuery | |
getFieldsCount() | InsertOrUpdateQuery | |
getId() | QueryIdentification | |
Query::getId() | Identifiable | |
getTable() | InsertOrUpdateQuery | |
getWhere() | QuerySkeleton | |
getWhereLogic() | QuerySkeleton | |
hasJoinedTable($table) | UpdateQuery | |
join($table, LogicalObject $logic, $alias=null) | UpdateQuery | |
lazySet($field, $object=null) | InsertOrUpdateQuery | |
leftJoin($table, LogicalObject $logic, $alias=null) | UpdateQuery | |
orWhere(LogicalObject $exp) | QuerySkeleton | |
resolveAliasByField($field, $alias) | QuerySkeleton | [protected] |
resolveSelectField($field, $alias, $table) | QuerySkeleton | [protected] |
returning($field, $alias=null) | QuerySkeleton | |
rightJoin($table, LogicalObject $logic, $alias=null) | UpdateQuery | |
set($field, $value=null) | InsertOrUpdateQuery | |
setBoolean($field, $value=false) | InsertOrUpdateQuery | |
setId($id) | QueryIdentification | |
Query::setId($id) | Identifiable | |
setTable($table) | UpdateQuery | |
InsertOrUpdateQuery::setTable($table) | InsertOrUpdateQuery | |
toDialectString(Dialect $dialect) | UpdateQuery | |
InsertOrUpdateQuery::toDialectString(Dialect $dialect) | InsertOrUpdateQuery | |
InsertOrUpdateQuery::QuerySkeleton::toDialectString(Dialect $dialect) | QuerySkeleton | |
toDialectStringField($field, Dialect $dialect) | QuerySkeleton | [protected] |
toDialectStringReturning(Dialect $dialect) | QuerySkeleton | [protected] |
toString() | QueryIdentification | |
where(LogicalObject $exp, $logic=null) | QuerySkeleton | |