$aliases | SelectQuery | [private] |
$distinct | SelectQuery | [private] |
$fields | SelectQuery | [private] |
$group | SelectQuery | [private] |
$having | SelectQuery | [private] |
$joiner | SelectQuery | [private] |
$limit | SelectQuery | [private] |
$name | SelectQuery | [private] |
$offset | SelectQuery | [private] |
$order | SelectQuery | [private] |
$strategyId | SelectQuery | [private] |
$where | QuerySkeleton | [protected] |
$whereLogic | QuerySkeleton | [protected] |
__clone() | SelectQuery | |
__construct() | SelectQuery | |
andWhere(LogicalObject $exp) | QuerySkeleton | |
arrayGet($array, $prefix=null) | SelectQuery | |
asc() | SelectQuery | |
desc() | SelectQuery | |
distinct() | SelectQuery | |
dropFields() | SelectQuery | |
dropOrder() | SelectQuery | |
from($table, $alias=null) | SelectQuery | |
get($field, $alias=null) | SelectQuery | |
getAlias() | SelectQuery | |
getFetchStrategyId() | SelectQuery | |
getFieldNames() | SelectQuery | |
getFieldsCount() | SelectQuery | |
getId() | QueryIdentification | |
getLastTable($table=null) | SelectQuery | [private] |
getLimit() | SelectQuery | |
getName() | SelectQuery | |
getOffset() | SelectQuery | |
getTablesCount() | SelectQuery | |
groupBy($field, $table=null) | SelectQuery | |
hasAliasInside($alias) | SelectQuery | |
hasJoinedTable($table) | SelectQuery | |
having(LogicalObject $exp) | SelectQuery | |
isDistinct() | SelectQuery | |
join($table, LogicalObject $logic, $alias=null) | SelectQuery | |
leftJoin($table, LogicalObject $logic, $alias=null) | SelectQuery | |
limit($limit=null, $offset=null) | SelectQuery | |
makeOrder($field, $table=null) | SelectQuery | [private] |
multiGet() | SelectQuery | |
orderBy($field, $table=null) | SelectQuery | |
orWhere(LogicalObject $exp) | QuerySkeleton | |
prependOrderBy($field, $table=null) | SelectQuery | |
setFetchStrategyId($id) | SelectQuery | |
setId($id) | QueryIdentification | |
setName($name) | SelectQuery | |
setOrderChain(OrderChain $chain) | SelectQuery | |
toDialectString(Dialect $dialect) | SelectQuery | |
toString() | QueryIdentification | |
unDistinct() | SelectQuery | |
where(LogicalObject $exp, $logic=null) | QuerySkeleton | |