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

Element index for package DB_ldap2

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ n ] [ p ] [ q ] [ s ]

a

affectedRows
in file ldap2.php, method DB_ldap2::affectedRows()
    Gets the number of rows affected by the last query.
top

b

base
in file ldap2.php, method DB_ldap2::base()
top

c

connect
in file ldap2.php, method DB_ldap2::connect()
    Connect and bind to LDAPv2 server with either anonymous or authenticated bind depending on dsn info
createSequence
in file ldap2.php, method DB_ldap2::createSequence()
    Create the sequence
top

d

DB_ldap2
in file ldap2.php, class DB_ldap2
    LDAP2 DB interface class
DB_ldap2
in file ldap2.php, method DB_ldap2::DB_ldap2()
    Constructor, calls DB_common constructor
disconnect
in file ldap2.php, method DB_ldap2::disconnect()
    Unbinds from LDAP server
dropSequence
in file ldap2.php, method DB_ldap2::dropSequence()
    Drop a sequence
top

e

errorNative
in file ldap2.php, method DB_ldap2::errorNative()
    Get the native error code of the last error (if any) that occured on the current connection.
executeEmulateQuery
in file ldap2.php, method DB_ldap2::executeEmulateQuery()
    Emulates the execute statement.
top

f

fetchInto
in file ldap2.php, method DB_ldap2::fetchInto()
    Fetch a row and insert the data into an existing array.
fetchRow
in file ldap2.php, method DB_ldap2::fetchRow()
    Fetch and return a row of data (it uses fetchInto for that)
freeResult
in file ldap2.php, method DB_ldap2::freeResult()
    Free the internal resources associated with $result.
top

g

getListOf
in file ldap2.php, method DB_ldap2::getListOf()
    Returns the query needed to get some backend info. This function is used only for compatibility reasons.
getTables
in file ldap2.php, method DB_ldap2::getTables()
top

i

isManip
in file ldap2.php, method DB_ldap2::isManip()
    Tell whether an action is a data manipulation action (add, compare, delete, modify, mod_add, mod_del, mod_replace, rename)
top

l

ldap2-connect.php
procedural page ldap2-connect.php
ldap3-connect.php
procedural page ldap3-connect.php
ldap2.php
procedural page ldap2.php
ldapExplodeDN
in file ldap2.php, method DB_ldap2::ldapExplodeDN()
    Splits the DN and breaks it up into its component parts.
ldapGetOption
in file ldap2.php, method DB_ldap2::ldapGetOption()
    Gets the current value for given option.
ldapGetParam
in file ldap2.php, method DB_ldap2::ldapGetParam()
    Gets the default parameters for query.
ldapRaiseError
in file ldap2.php, method DB_ldap2::ldapRaiseError()
    Generate error message for LDAP errors.
ldapSetAction
in file ldap2.php, method DB_ldap2::ldapSetAction()
ldapSetBaseDN
in file ldap2.php, method DB_ldap2::ldapSetBaseDN()
ldapSetOption
in file ldap2.php, method DB_ldap2::ldapSetOption()
    Sets the value of the given option.
ldapSetParam
in file ldap2.php, method DB_ldap2::ldapSetParam()
    Sets the default parameters for query.
top

n

nextId
in file ldap2.php, method DB_ldap2::nextId()
    Get the next value in a sequence.
nextResult
in file ldap2.php, method DB_ldap2::nextResult()
    Move the internal ldap result pointer to the next available result
numCols
in file ldap2.php, method DB_ldap2::numCols()
    Get the number of columns in a result set. This function is used only for compatibility reasons.
numRows
in file ldap2.php, method DB_ldap2::numRows()
    Get the number of rows in a result set.
top

p

prepare
in file ldap2.php, method DB_ldap2::prepare()
    Prepares a query for multiple execution with execute().
top

q

quote
in file ldap2.php, method DB_ldap2::quote()
    Quote the given string so it can be safely used within string delimiters in a query.
top

s

search-assoc.php
procedural page search-assoc.php
search-ordered.php
procedural page search-ordered.php
simpleQuery
in file ldap2.php, method DB_ldap2::simpleQuery()
    Performs a request against the LDAP server
top

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