Documentation TYPO3 par Ameos |
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 = '' |
Definition at line 829 of file class.t3lib_sqlengine.php.
|
Seeking position in result
Reimplemented in tx_dbal_handler_rawmysql_sqlObj. Definition at line 881 of file class.t3lib_sqlengine.php. |
|
Fetching next row in result array
Reimplemented in tx_dbal_handler_rawmysql_sqlObj. Definition at line 852 of file class.t3lib_sqlengine.php. Referenced by sql_fetch_row(). |
|
Fetching next row, numerical indices
Reimplemented in tx_dbal_handler_rawmysql_sqlObj. Definition at line 863 of file class.t3lib_sqlengine.php. References sql_fetch_assoc(). |
|
Returning SQL field type
Definition at line 894 of file class.t3lib_sqlengine.php. |
|
Counting number of rows
Reimplemented in tx_dbal_handler_rawmysql_sqlObj. Definition at line 843 of file class.t3lib_sqlengine.php. |