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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ]

a

affectedRows
in file odbtp.php, method DB_odbtp::affectedRows()
    Returns the affected rows of a query
autoCommit
in file odbtp.php, method DB_odbtp::autoCommit()
    enable automatic Commit
top

c

commit
in file odbtp.php, method DB_odbtp::commit()
    Commit the current transaction.
connect
in file odbtp.php, method DB_odbtp::connect()
    Connect to a database via an ODBTP server
createSequence
in file odbtp.php, method DB_odbtp::createSequence()
    Creates a new sequence
top

d

$dbsyntax
in file odbtp.php, variable DB_odbtp::$dbsyntax
    Database used with regards to SQL syntax, ODBC driver, etc.
$dsn
in file odbtp.php, variable DB_odbtp::$dsn
    DSN used to establish connection.
DB_odbtp
in file odbtp.php, class DB_odbtp
    The methods PEAR DB uses to interact with the odbtp extension for remotely interacting with Win32-based databases.
DB_odbtp
in file odbtp.php, method DB_odbtp::DB_odbtp()
    This constructor calls $this->DB_common()
disconnect
in file odbtp.php, method DB_odbtp::disconnect()
    Disconnect from ODBTP server
dropSequence
in file odbtp.php, method DB_odbtp::dropSequence()
    Deletes a sequence
top

e

errorNative
in file odbtp.php, method DB_odbtp::errorNative()
    Get the native error code of the last error (if any) that occured on the current connection.
top

f

freeResult
in file odbtp.php, method DB_odbtp::freeResult()
    Free the internal resources associated with $result.
top

g

getConnectionId
in file odbtp.php, method DB_odbtp::getConnectionId()
    Get ODBTP Connection Id string
getSpecialQuery
in file odbtp.php, method DB_odbtp::getSpecialQuery()
    Returns the query needed to get some backend info
top

n

northwind-access.php
procedural page northwind-access.php
northwind-mssql.php
procedural page northwind-mssql.php
nextId
in file odbtp.php, method DB_odbtp::nextId()
    Returns the next free id in a sequence
nextResult
in file odbtp.php, method DB_odbtp::nextResult()
    Move the internal odbtp result pointer to the next available result
numCols
in file odbtp.php, method DB_odbtp::numCols()
    Returns the number of columns in a result
numRows
in file odbtp.php, method DB_odbtp::numRows()
    Returns the number of rows in a result if row caching has been enabled.
top

o

odbtp.php
procedural page odbtp.php
odbtpRaiseError
in file odbtp.php, method DB_odbtp::odbtpRaiseError()
    Gather information about an error, then use that info to create a DB error object and finally return that object.
top

p

$phptype
in file odbtp.php, variable DB_odbtp::$phptype
    The DB driver type (mysql, oci8, odbc, etc.)
top

q

quote
in file odbtp.php, method DB_odbtp::quote()
    DEPRECATED: Quotes a string so it can be safely used in a query
quoteIdentifier
in file odbtp.php, method DB_odbtp::quoteIdentifier()
    Quote a string so it can be safely used as a table / column name
top

r

rollback
in file odbtp.php, method DB_odbtp::rollback()
    Rollback the current transaction.
top

s

simpleQuery
in file odbtp.php, method DB_odbtp::simpleQuery()
    Perform a SQL query.
top

t

tableInfo
in file odbtp.php, method DB_odbtp::tableInfo()
    Returns information about a table or a result set
top

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