Jet\DataModel_Query_GroupBy
Třída reprezentuje GROUP BY část dotazu. Jedná se o subentitu třídy Jet\DataModel_Query.
Přehled metod
Metoda | Význam |
---|---|
public __construct( DataModel_Query $query, array|string $group_by ) |
Parametry:
|
public getIsEmpty( ) : bool |
Indikuje zda je definice prázdná. |
public current( ) : DataModel_Query_Select_Item| DataModel_Definition_Property |
Třída je iterátor - definici je možné procházet jako pole. |
public key( ) : string |
Třída je iterátor - definici je možné procházet jako pole. |
public next( ) : mixed |
Třída je iterátor - definici je možné procházet jako pole. |
public rewind( ) : void |
Třída je iterátor - definici je možné procházet jako pole. |
public valid( ) : bool |
Třída je iterátor - definici je možné procházet jako pole. |
public count( ) : int |
Třída je iterátor - definici je možné procházet jako pole. |