Class ResultSet
ResultSet is an envelope holding information about set of sequences
public
integer
|
#
getTotalCount( )
Returns the number of the whole result set (primarly it's important when the partial result set is returned) |
public
|
#
setTotalCount( integer $totalCount )
Sets the result set count. This is important in case the partial result set is returned |
public
|
|
public
|
|
public
|
|
public
|
#
leftJoin(
Add informations from $set to sequences in this ResultSet |
public
array
|
|
public
array
|
#
getDataAndCount( )
Returns data with array containing additional info in the last key position (count in the "count" key position and search identifier in the "search_id" key position) |
public
|
|
public
|
|
public
|
#
mergeSequences(
Merges two sequence (sets unset properties from $newSequence into $oldSequence) |
public
array
|
$data
Holds result data |
#
array()
|
public
integer
|
$totalCount
This count variable is important in case the partial result set is returned. Gives info about the whole result set size |
#
0
|
public
integer
|
$id
This id variable is important for identification of experiment in case the partial result set is returned. Gives info about the whole result set size |