System.Data
[ class tree: System.Data ] [ index: System.Data ] [ all elements ]

Element index for package System.Data

[ c ] [ e ] [ g ] [ i ] [ o ] [ s ] [ t ] [ _ ]

_

__call
in file TAdodb.php, method TAdodb::__call()
    PHP magic function.
__sleep
in file TAdodb.php, method TAdodb::__sleep()
    Cleanup work before serializing.
__wakeup
in file TAdodb.php, method TAdodb::__wakeup()
    This method will be automatically called when unserialization happens.
top

c

close
in file TAdodb.php, method TAdodb::close()
    Closes the DB connection.
top

e

FETCH_ASSOCIATIVE
in file TAdodb.php, class constant TAdodb::FETCH_ASSOCIATIVE
FETCH_BOTH
in file TAdodb.php, class constant TAdodb::FETCH_BOTH
FETCH_DEFAULT
in file TAdodb.php, class constant TAdodb::FETCH_DEFAULT
FETCH_NUMERIC
in file TAdodb.php, class constant TAdodb::FETCH_NUMERIC
top

g

getCacheDir
in file TAdodb.php, method TAdodb::getCacheDir()
getDatabase
in file TAdodb.php, method TAdodb::getDatabase()
getDataSourceName
in file TAdodb.php, method TAdodb::getDataSourceName()
getDriver
in file TAdodb.php, method TAdodb::getDriver()
getFetchMode
in file TAdodb.php, method TAdodb::getFetchMode()
getHost
in file TAdodb.php, method TAdodb::getHost()
getPassword
in file TAdodb.php, method TAdodb::getPassword()
getUsername
in file TAdodb.php, method TAdodb::getUsername()
top

i

isPersistentConnection
in file TAdodb.php, method TAdodb::isPersistentConnection()
top

o

open
in file TAdodb.php, method TAdodb::open()
    Establishes a DB connection.
top

s

setCacheDir
in file TAdodb.php, method TAdodb::setCacheDir()
    Sets the cache directory for ADODB (in adodb it is
setDatabase
in file TAdodb.php, method TAdodb::setDatabase()
    Sets the database name
setDataSourceName
in file TAdodb.php, method TAdodb::setDataSourceName()
    Sets the data source name (DSN).
setDriver
in file TAdodb.php, method TAdodb::setDriver()
    Sets the DB driver (mysql, sqlite, etc.)
setFetchMode
in file TAdodb.php, method TAdodb::setFetchMode()
    Sets the fetch mode of query data: Associative, Numeric, Both, Default (default)
setHost
in file TAdodb.php, method TAdodb::setHost()
    Sets the DB host name/IP (and port number) in the format "host[:port]"
setPassword
in file TAdodb.php, method TAdodb::setPassword()
    Sets the DB password
setPersistentConnection
in file TAdodb.php, method TAdodb::setPersistentConnection()
    Sets whether the DB connection should be persistent
setUsername
in file TAdodb.php, method TAdodb::setUsername()
    Sets the DB username
top

t

TAdodb.php
procedural page TAdodb.php
TAdodb
in file TAdodb.php, class TAdodb
    TAdodb class
top

© 2004-2005 PRADO Software Group. All Rights Reserved.