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