$fields | InsertOrUpdateQuery | [protected] |
$joiner | UpdateQuery | [private] |
$table | InsertOrUpdateQuery | [protected] |
$where | QuerySkeleton | [protected] |
$whereLogic | QuerySkeleton | [protected] |
__clone() | UpdateQuery | |
__construct($table=null) | UpdateQuery | |
andWhere(LogicalObject $exp) | QuerySkeleton | |
arraySet($fields) | InsertOrUpdateQuery | |
drop($field) | InsertOrUpdateQuery | |
from($table, $alias=null) | UpdateQuery | |
getId() | QueryIdentification | |
getTable() | InsertOrUpdateQuery | |
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 | |
set($field, $value=null) | InsertOrUpdateQuery | |
setBoolean($field, $value=false) | InsertOrUpdateQuery | |
setId($id) | QueryIdentification | |
setTable($table) | UpdateQuery | |
toDialectString(Dialect $dialect) | UpdateQuery | |
toString() | QueryIdentification | |
where(LogicalObject $exp, $logic=null) | QuerySkeleton |