Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
Public Member Functions
Dataface_QueryTool_Null Class Reference
Inheritance diagram for Dataface_QueryTool_Null:
Dataface_QueryTool

Public Member Functions

staticCache ()
 __construct ($tablename, $db=null, $query=null)
 getTitles ($ordered=true, $genericKeys=false, $ignoreLimit=false)
 loadSet ($columns='', $loadText=false, $loadBlobs=false, $preview=true)
loadCurrent ($columns=null, $loadText=true, $loadBlobs=false, $loadPasswords=false)
 found ()
 cardinality ()
 start ()
 end ()
data ()
iterator ()
 getRecordsArray ()
 limit ()
 cursor ()
indexedData ()
- Public Member Functions inherited from Dataface_QueryTool
 Dataface_QueryTool ($tablename, $db=null, $query=null)

Additional Inherited Members

- Static Public Member Functions inherited from Dataface_QueryTool
static & loadResult ($tablename, $db=null, $query='')
- Data Fields inherited from Dataface_QueryTool
 $_table
 $_db
 $_tablename
 $_query
 $_data
 $_currentRecord = null
 $_titles
 $dbObj = null

Detailed Description

Definition at line 539 of file QueryTool.php.

Constructor & Destructor Documentation

__construct (   $tablename,
  $db = null,
  $query = null 
)

Creates a new query tool.

Parameters
$tablenameThe name of the table on which this query is based.
$dbThe database handle.
$queryAssociative array of query parameters.

Definition at line 556 of file QueryTool.php.

Member Function Documentation

cardinality ( )

Reimplemented from Dataface_QueryTool.

Definition at line 593 of file QueryTool.php.

cursor ( )

Reimplemented from Dataface_QueryTool.

Definition at line 622 of file QueryTool.php.

& data ( )

Reimplemented from Dataface_QueryTool.

Definition at line 604 of file QueryTool.php.

end ( )

Reimplemented from Dataface_QueryTool.

Definition at line 600 of file QueryTool.php.

found ( )

Reimplemented from Dataface_QueryTool.

Definition at line 587 of file QueryTool.php.

getRecordsArray ( )

Reimplemented from Dataface_QueryTool.

Definition at line 613 of file QueryTool.php.

getTitles (   $ordered = true,
  $genericKeys = false,
  $ignoreLimit = false 
)

Reimplemented from Dataface_QueryTool.

Definition at line 562 of file QueryTool.php.

& indexedData ( )

Reimplemented from Dataface_QueryTool.

Definition at line 626 of file QueryTool.php.

& iterator ( )

Reimplemented from Dataface_QueryTool.

Definition at line 608 of file QueryTool.php.

limit ( )

Reimplemented from Dataface_QueryTool.

Definition at line 617 of file QueryTool.php.

& loadCurrent (   $columns = null,
  $loadText = true,
  $loadBlobs = false,
  $loadPasswords = false 
)

Reimplemented from Dataface_QueryTool.

Definition at line 580 of file QueryTool.php.

loadSet (   $columns = '',
  $loadText = false,
  $loadBlobs = false,
  $preview = true 
)

Loads the results into an array. Array keys are concatenated values of primary key fields.

Parameters
$columnsArray of column names to return.
$loadTextDefaults to false. If true, returns text fields as well.
$loadBlobsDefaults to false. If true, returns blob fields as well.

Reimplemented from Dataface_QueryTool.

Definition at line 574 of file QueryTool.php.

start ( )

Reimplemented from Dataface_QueryTool.

Definition at line 597 of file QueryTool.php.

& staticCache ( )

Reimplemented from Dataface_QueryTool.

Definition at line 541 of file QueryTool.php.


The documentation for this class was generated from the following file: