|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for PHPExcel_Calculation_Database:Static Public Member Functions | |
| static | DAVERAGE ($database, $field, $criteria) |
| DAVERAGE. | |
| static | DCOUNT ($database, $field, $criteria) |
| DCOUNT. | |
| static | DCOUNTA ($database, $field, $criteria) |
| DCOUNTA. | |
| static | DGET ($database, $field, $criteria) |
| DGET. | |
| static | DMAX ($database, $field, $criteria) |
| DMAX. | |
| static | DMIN ($database, $field, $criteria) |
| DMIN. | |
| static | DPRODUCT ($database, $field, $criteria) |
| DPRODUCT. | |
| static | DSTDEV ($database, $field, $criteria) |
| DSTDEV. | |
| static | DSTDEVP ($database, $field, $criteria) |
| DSTDEVP. | |
| static | DSUM ($database, $field, $criteria) |
| DSUM. | |
| static | DVAR ($database, $field, $criteria) |
| DVAR. | |
| static | DVARP ($database, $field, $criteria) |
| DVARP. | |
Static Private Member Functions | |
| static | __fieldExtract ($database, $field) |
| static | __filter ($database, $criteria) |
Definition at line 46 of file Database.php.
|
staticprivate |
Definition at line 49 of file Database.php.
References PHPExcel_Calculation_Functions\flattenSingleValue().
Referenced by DAVERAGE(), DCOUNT(), DCOUNTA(), DGET(), DMAX(), DMIN(), DPRODUCT(), DSTDEV(), DSTDEVP(), DSUM(), DVAR(), and DVARP().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 61 of file Database.php.
References $row, PHPExcel_Calculation_Functions\_ifCondition(), PHPExcel_Calculation\_wrapResult(), and PHPExcel_Calculation\getInstance().
Referenced by DAVERAGE(), DCOUNT(), DCOUNTA(), DGET(), DMAX(), DMIN(), DPRODUCT(), DSTDEV(), DSTDEVP(), DSUM(), DVAR(), and DVARP().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
DAVERAGE.
Definition at line 119 of file Database.php.
References $row, __fieldExtract(), __filter(), and PHPExcel_Calculation_Statistical\AVERAGE().
Here is the call graph for this function:
|
static |
DCOUNT.
Definition at line 141 of file Database.php.
References $row, __fieldExtract(), __filter(), and PHPExcel_Calculation_Statistical\COUNT().
Here is the call graph for this function:
|
static |
DCOUNTA.
Definition at line 163 of file Database.php.
References $row, __fieldExtract(), __filter(), and PHPExcel_Calculation_Statistical\COUNTA().
Here is the call graph for this function:
|
static |
DGET.
Definition at line 185 of file Database.php.
References $row, __fieldExtract(), __filter(), and PHPExcel_Calculation_Functions\NaN().
Here is the call graph for this function:
|
static |
DMAX.
Definition at line 211 of file Database.php.
References $row, __fieldExtract(), __filter(), and PHPExcel_Calculation_Statistical\MAX().
Here is the call graph for this function:
|
static |
DMIN.
Definition at line 233 of file Database.php.
References $row, __fieldExtract(), __filter(), and PHPExcel_Calculation_Statistical\MIN().
Here is the call graph for this function:
|
static |
DPRODUCT.
Definition at line 255 of file Database.php.
References $row, __fieldExtract(), __filter(), and PHPExcel_Calculation_MathTrig\PRODUCT().
Here is the call graph for this function:
|
static |
DSTDEV.
Definition at line 277 of file Database.php.
References $row, __fieldExtract(), __filter(), and PHPExcel_Calculation_Statistical\STDEV().
Here is the call graph for this function:
|
static |
DSTDEVP.
Definition at line 299 of file Database.php.
References $row, __fieldExtract(), __filter(), and PHPExcel_Calculation_Statistical\STDEVP().
Here is the call graph for this function:
|
static |
DSUM.
Definition at line 321 of file Database.php.
References $row, __fieldExtract(), __filter(), and PHPExcel_Calculation_MathTrig\SUM().
Here is the call graph for this function:
|
static |
DVAR.
Definition at line 343 of file Database.php.
References $row, __fieldExtract(), __filter(), and PHPExcel_Calculation_Statistical\VARFunc().
Here is the call graph for this function:
|
static |
DVARP.
Definition at line 365 of file Database.php.
References $row, __fieldExtract(), __filter(), and PHPExcel_Calculation_Statistical\VARP().
Here is the call graph for this function: