ADORecordSet_ldap Class Reference

Inheritance diagram for ADORecordSet_ldap:

Inheritance graph
[legend]
Collaboration diagram for ADORecordSet_ldap:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ADORecordSet_ldap ($queryID, $mode=false)
 _initrs ()
GetAssoc ($force_array=false, $first2cols=false)
GetRowAssoc ()
 GetRowNums ()
 _fetch ()
 _close ()

Public Attributes

 $databaseType = "ldap"
 $canSeek = false
 in other words, we use a text area for editing.
 $_entryID


Detailed Description

Definition at line 270 of file adodb-ldap.inc.php.


Member Function Documentation

ADORecordSet_ldap.ADORecordSet_ldap ( queryID,
mode = false 
)

Definition at line 276 of file adodb-ldap.inc.php.

References $ADODB_FETCH_MODE, and ADORecordSet.ADORecordSet().

Here is the call graph for this function:

ADORecordSet_ldap._initrs (  ) 

Definition at line 300 of file adodb-ldap.inc.php.

& ADORecordSet_ldap.GetAssoc ( force_array = false,
first2cols = false 
)

return whole recordset as a 2-dimensional associative array if there are more than 2 columns. The first column is treated as the key and is not included in the array. If there is only 2 columns, it will return a 1 dimensional array of key-value pairs unless $force_array == true.

Parameters:
[force_array] has only meaning if we have 2 data columns. If false, a 1 dimensional array is returned, otherwise a 2 dimensional array is returned. If this sounds confusing, read the source.
[first2cols] means if there are more than 2 cols, ignore the remaining cols and instead of returning array[col0] => array(remaining cols), return array[col0] => col1
Returns:
an associative array indexed by the first column of the array, or false if the data has less than 2 cols.

Reimplemented from ADORecordSet.

Definition at line 314 of file adodb-ldap.inc.php.

References $v.

& ADORecordSet_ldap.GetRowAssoc (  ) 

Definition at line 334 of file adodb-ldap.inc.php.

References $v.

Referenced by _fetch().

ADORecordSet_ldap.GetRowNums (  ) 

Definition at line 351 of file adodb-ldap.inc.php.

References $v.

Referenced by _fetch().

ADORecordSet_ldap._fetch (  ) 

Definition at line 369 of file adodb-ldap.inc.php.

References GetRowAssoc(), and GetRowNums().

Here is the call graph for this function:

ADORecordSet_ldap._close (  ) 

Reimplemented from ADORecordSet.

Definition at line 400 of file adodb-ldap.inc.php.


Member Data Documentation

ADORecordSet_ldap.$databaseType = "ldap"

Definition at line 272 of file adodb-ldap.inc.php.

ADORecordSet_ldap.$canSeek = false

in other words, we use a text area for editing.

any varchar/char field this size or greater is treated as a blob

Reimplemented from ADORecordSet.

Definition at line 273 of file adodb-ldap.inc.php.

ADORecordSet_ldap.$_entryID

Definition at line 274 of file adodb-ldap.inc.php.


The documentation for this class was generated from the following file:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen