public class DatabaseCalculator extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG |
| Constructor and Description |
|---|
DatabaseCalculator() |
| Modifier and Type | Method and Description |
|---|---|
protected static Ptg |
calcDAverage(Ptg[] operands)
DAVERAGE Returns the average of selected database entries
|
protected static Ptg |
calcDCount(Ptg[] operands)
DCOUNT Counts the cells that contain numbers in a database
|
protected static Ptg |
calcDCountA(Ptg[] operands)
DCOUNTA Counts nonblank cells in a database
|
protected static Ptg |
calcDGet(Ptg[] operands)
DGET Extracts from a database a single record that matches the specified criteria
|
protected static Ptg |
calcDMax(Ptg[] operands)
DMAX Returns the maximum value from selected database entries
|
protected static Ptg |
calcDMin(Ptg[] operands)
DMIN Returns the minimum value from selected database entries
|
protected static Ptg |
calcDProduct(Ptg[] operands)
DPRODUCT Multiplies the values in a particular field of records that match the criteria in a database
|
protected static Ptg |
calcDStdDev(Ptg[] operands)
DSTDEV Estimates the standard deviation based on a sample of selected database entries
|
protected static Ptg |
calcDStdDevP(Ptg[] operands)
DSTDEVP Calculates the standard deviation based on the entire population of selected database entries
|
protected static Ptg |
calcDSum(Ptg[] operands)
DSUM Adds the numbers in the field column of records in the database that match the criteria
|
protected static Ptg |
calcDVar(Ptg[] operands)
DVAR Estimates variance based on a sample from selected database entries
|
protected static Ptg |
calcDVarP(Ptg[] operands) |
protected static Ptg calcDAverage(Ptg[] operands)
protected static Ptg calcDCount(Ptg[] operands)
protected static Ptg calcDCountA(Ptg[] operands)
protected static Ptg calcDGet(Ptg[] operands)
protected static Ptg calcDMax(Ptg[] operands)
protected static Ptg calcDMin(Ptg[] operands)
protected static Ptg calcDProduct(Ptg[] operands)
protected static Ptg calcDStdDev(Ptg[] operands)
protected static Ptg calcDStdDevP(Ptg[] operands)
protected static Ptg calcDSum(Ptg[] operands)
protected static Ptg calcDVar(Ptg[] operands)
Copyright © 2002–2019 Starter Inc.. All rights reserved.