Class Result
Represents a result. Can be iterated, counted and provides fluent interface.
- Neevo\BaseStatement implements Neevo\ObservableInterface
-
Neevo\Result
implements
IteratorAggregate,
Countable
Methods summary
public
|
#
__construct(
Creates SELECT statement. |
public
|
|
public
|
|
public
|
#
join( string|
Performs JOIN on tables. |
public
|
#
leftJoin( string|
Performs LEFT JOIN on tables. |
public
|
#
innerJoin( string|
Performs INNER JOIN on tables. |
public
|
|
public
|
|
public
|
|
public
mixed
|
|
public
|
|
public
boolean
|
|
public
|
|
public
integer
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
array
|
|
public
|
|
public
|
|
public
|
|
protected
string
|
|
protected
mixed
|
|
public
|
|
public
string|null
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string|null
|
|
public
string|
|
Methods inherited from Neevo\BaseStatement
__clone(),
__toString(),
attachObserver(),
detachObserver(),
dump(),
exec(),
getConditions(),
getConnection(),
getLimit(),
getPrimaryKey(),
getSorting(),
getTime(),
getType(),
hasCircularReferences(),
isPerformed(),
limit(),
notifyObservers(),
order(),
rand(),
resetState(),
run(),
validateConditions(),
where()
Magic methods summary
public
|
Magic methods inherited from Neevo\BaseStatement
and(),
else(),
end(),
if(),
or()
Properties summary
protected
string
|
$grouping | |
protected
array
|
$columns | |
protected
array
|
$joins | |
protected
string
|
$tableAlias | |
protected
resource
|
$resultSet | |
protected
array
|
$columnTypes | |
protected
boolean
|
$detectTypes |
Properties inherited from Neevo\BaseStatement
$conditions,
$connection,
$eventTable,
$limit,
$observers,
$offset,
$performed,
$sorting,
$source,
$subqueries,
$time,
$type