[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ ] [ s ]

b

base
in file ldap.php, method DB_ldap::base()
top

c

cmp
in file ldap.php, method LDAP_result::cmp()
connect
in file ldap.php, method DB_ldap::connect()
    Connect and bind to LDAP server with either anonymous or authenticated bind depending on dsn info
createSequence
in file ldap.php, method DB_ldap::createSequence()
    Create the sequence
top

d

DB_ERROR_BIND_FAILED
in file ldap.php, constant DB_ERROR_BIND_FAILED
DB_ERROR_UNKNOWN_LDAP_ACTION
in file ldap.php, constant DB_ERROR_UNKNOWN_LDAP_ACTION
DB_ldap
in file ldap.php, method DB_ldap::DB_ldap()
    Constructor, calls DB_common constructor
DB_ldap
in file ldap.php, class DB_ldap
    LDAP DB interface class
disconnect
in file ldap.php, method DB_ldap::disconnect()
    Unbinds from LDAP server
dropSequence
in file ldap.php, method DB_ldap::dropSequence()
    Drop a sequence
top

e

execute
in file ldap.php, method DB_ldap::execute()
    Executes a query performing variables substitution in the query text
executeMultiple
in file ldap.php, method DB_ldap::executeMultiple()
    Executes multiple queries performing variables substitution for each query
top

f

fetchAll
in file ldap.php, method LDAP_result::fetchAll()
    return all records
fetchInto
in file ldap.php, method LDAP_result::fetchInto()
    Fetch a row of data into an existing variable.
fetchRow
in file ldap.php, method LDAP_result::fetchRow()
    Fetch and return a row of data (it uses driver->fetchInto for that)
free
in file ldap.php, method LDAP_result::free()
    Frees the resources allocated for this result set.
freeQuery
in file ldap.php, method DB_ldap::freeQuery()
freeResult
in file ldap.php, method DB_ldap::freeResult()
top

g

getAll
in file ldap.php, method DB_ldap::getAll()
    Fetch all the rows returned from a query.
getAssoc
in file ldap.php, method DB_ldap::getAssoc()
    Calls DB_common::getAssoc()
getCol
in file ldap.php, method DB_ldap::getCol()
    Fetch the first column of data returned from a query. Takes care of doing the query and freeing the results when finished.
getListOf
in file ldap.php, method DB_ldap::getListOf()
getOne
in file ldap.php, method DB_ldap::getOne()
    Fetch the first column of the first row of data returned from a query. Takes care of doing the query and freeing the results when finished.
getRow
in file ldap.php, method DB_ldap::getRow()
    Fetch the first row of data returned from a query. Takes care of doing the query and freeing the results when finished.
getRowCounter
in file ldap.php, method LDAP_result::getRowCounter()
    returns the actual rows number
getTables
in file ldap.php, method DB_ldap::getTables()
top

i

isManip
in file ldap.php, method DB_ldap::isManip()
top

l

ldap.php
procedural page ldap.php
ldapRaiseError
in file ldap.php, method DB_ldap::ldapRaiseError()
ldapSetAction
in file ldap.php, method DB_ldap::ldapSetAction()
ldapSetBase
in file ldap.php, method DB_ldap::ldapSetBase()
LDAP_result
in file ldap.php, method LDAP_result::LDAP_result()
    class constructor, calls DB_result constructor
LDAP_result
in file ldap.php, class LDAP_result
    LDAP result class
limitQuery
in file ldap.php, method DB_ldap::limitQuery()
    Executes a query returning only a specified number of rows
top

m

modifyLimitQuery
in file ldap.php, method DB_ldap::modifyLimitQuery()
    Modifies a query to return only a set of rows, stores $from and $count for LDAP_result
top

n

nextId
in file ldap.php, method DB_ldap::nextId()
    Get the next value in a sequence.
nextResult
in file ldap.php, method LDAP_result::nextResult()
    Get the next result if a batch of queries was executed.
numCols
in file ldap.php, method LDAP_result::numCols()
    Get the the number of columns in a result set.
numRows
in file ldap.php, method LDAP_result::numRows()
    Get the number of rows in a result set.
numRows
in file ldap.php, method DB_ldap::numRows()
top

q

query
in file ldap.php, method DB_ldap::query()
    Executes a query substituting variables if any are present
top

s

simpleQuery
in file ldap.php, method DB_ldap::simpleQuery()
    Performs a request against the LDAP server
top

t

tableInfo
in file ldap.php, method LDAP_result::tableInfo()
top

Documentation generated on Mon, 11 Mar 2019 15:46:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.