Member Function Documentation
Constructor
Pass instance of DbClass or nothing to specify result set later public
- Parameters
-
getDistinctRows |
( |
|
$fieldname | ) |
|
getGroupedResult |
( |
|
$group_by_field, |
|
|
|
$fields_to_group = null |
|
) |
| |
getRows |
( |
|
$fieldname = 0 | ) |
|
print error message and exit script
private
- Parameters
-
string | $msg | the message to print |
mergeSnapshot |
( |
|
$m_snap, |
|
|
|
$key_field = false , |
|
|
|
$mode = "ADD" |
|
) |
| |
searchFields |
( |
|
$fieldname, |
|
|
|
$searchstr |
|
) |
| |
sortRows |
( |
|
$fieldname = 0 , |
|
|
|
$order = "ASC" , |
|
|
|
$stype = false |
|
) |
| |
Field Documentation
string $DbClass = "DB_Sql" |
the used db abstraction class
private
object DB_Sql $dbResult = NULL |
the used db result set
private
turn on/off debugging
public
array $metaData = array() |
array to store metadata oh the result set
private
the number of fields in the result set
public
the number of rows in the result set
public
the internal row pointer
private
array to store the result set
private
The documentation for this class was generated from the following file: