t3lib_sqlengine_resultobj Class Reference

Inheritance diagram for t3lib_sqlengine_resultobj:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 sql_num_rows ()
 sql_fetch_assoc ()
 sql_fetch_row ()
 sql_data_seek ($pointer)
 sql_field_type ()

Public Attributes

 $result = array()
 $TYPO3_DBAL_handlerType = ''
 $TYPO3_DBAL_tableList = ''


Detailed Description

Definition at line 829 of file class.t3lib_sqlengine.php.


Member Function Documentation

t3lib_sqlengine_resultobj::sql_num_rows (  ) 

Counting number of rows

Returns:
integer

Reimplemented in tx_dbal_handler_rawmysql_sqlObj.

Definition at line 843 of file class.t3lib_sqlengine.php.

t3lib_sqlengine_resultobj::sql_fetch_assoc (  ) 

Fetching next row in result array

Returns:
array Associative array

Reimplemented in tx_dbal_handler_rawmysql_sqlObj.

Definition at line 852 of file class.t3lib_sqlengine.php.

t3lib_sqlengine_resultobj::sql_fetch_row (  ) 

Fetching next row, numerical indices

Returns:
array Numerical array

Reimplemented in tx_dbal_handler_rawmysql_sqlObj.

Definition at line 863 of file class.t3lib_sqlengine.php.

t3lib_sqlengine_resultobj::sql_data_seek ( pointer  ) 

Seeking position in result

Parameters:
integer Position pointer.
Returns:
boolean Returns true on success

Reimplemented in tx_dbal_handler_rawmysql_sqlObj.

Definition at line 881 of file class.t3lib_sqlengine.php.

t3lib_sqlengine_resultobj::sql_field_type (  ) 

Returning SQL field type

Returns:
string Blank string, not supported (it seems)

Definition at line 894 of file class.t3lib_sqlengine.php.


The documentation for this class was generated from the following file:
This documentation has been generated automatically from TYPO3 source code using Doxygen and is provided as is by Cast Iron Coding as a courtesy to other TYPO3 developers and users. Please consider Cast Iron Coding — a full-service web development agency in Portland, Oregon specializing in TYPO3 extension development — for all of your TYPO3 development and consulting needs!