QueryInterface
Table of Contents
Methods
-
getDistinct()
: bool
-
getGroupBy()
: array<string|int, mixed>
-
getLimit()
: int
-
getOffset()
: int
-
getOrderBy()
: array<string|int, mixed>
-
getSelect()
: array<string|int, mixed>
-
getWhere()
: mixed
getDistinct()
public
getDistinct() : bool
getGroupBy()
public
getGroupBy() : array<string|int, mixed>
Return values
array<string|int, mixed>
getLimit()
public
getLimit() : int
getOffset()
public
getOffset() : int
getOrderBy()
public
getOrderBy() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSelect()
public
getSelect() : array<string|int, mixed>
Return values
array<string|int, mixed>
getWhere()
public
getWhere() : mixed