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

Index of All Elements

Package Indexes


[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ m ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

a

a

addBind
in file statement.php, method Mysql_Statement::addBind()
    Add param to bind
c

c

create_db.php
procedural page create_db.php
d

d

dataSeek
in file result.php, method Mysql_Result::dataSeek()
    Moves internal result pointer to specified row
DB_NAME
in file mysql_config.php, constant DB_NAME
    This will be the name of the database which is created to run tests against.
e

e

escapeString
in file mysql.php, method Mysql::escapeString()
    Escape string
example.php
procedural page example.php
exception.php
procedural page exception.php
execute
in file mysql.php, method Mysql::execute()
    Execute query against MySQL database
execute
in file statement.php, method Mysql_Statement::execute()
    Execute query
exception_test.php
procedural page exception_test.php
f

f

fetchAll
in file result.php, method Mysql_Result::fetchAll()
    Returns an array of all rows in the current result set.
fetchAllColumnAsIndex
in file result.php, method Mysql_Result::fetchAllColumnAsIndex()
    Returns an array of all rows returned in a result set using a column value as the array's index.
fetchAssoc
in file result.php, method Mysql_Result::fetchAssoc()
    Fetch row as an associative array from result set
fetchInsertId
in file result.php, method Mysql_Result::fetchInsertId()
    Returns last insert id.
fetchNumAffectedRows
in file result.php, method Mysql_Result::fetchNumAffectedRows()
    Return the number of rows affected by previous statement
fetchNumRows
in file result.php, method Mysql_Result::fetchNumRows()
    Returns number of rows in the current MySQL data set.
fetchRow
in file result.php, method Mysql_Result::fetchRow()
    Fetch row as a numerically indexed array from result set
g

g

generateError
in file exception.php, method Mysql_Exception::generateError()
    Static method for generating a Mysql Exception
h

h

HOST
in file mysql_config.php, constant HOST
i

i

I_DB_NAME
in file mysql_config.php, constant I_DB_NAME
    Invalid MySQL database name
m

m

Mysql
in file mysql.php, class Mysql
    Defines basic functionality for communicating with MySQL.
Mysql_Dup_Index_Exception
in file exception.php, class Mysql_Dup_Index_Exception
    Mysql_Dup_Index_Exception is used when an error code of 1062 is returned by MySQL.
Mysql_Exception
in file exception.php, class Mysql_Exception
    Mysql_Exception used for errors coming from MySQL or associated classes.
Mysql_Exception_Test
in file exception_test.php, class Mysql_Exception_Test
    Unit Tests for Mysql_Exception and Mysql_Dup_Index_Exception classes.
mysql.php
procedural page mysql.php
Mysql_Result
in file result.php, class Mysql_Result
    Mysql_Result provides easy access to data contained in a MySQL result.
Mysql_Result_Test
in file result_test.php, class Mysql_Result_Test
    Unit tests for Mysql_Result class
Mysql_Statement
in file statement.php, class Mysql_Statement
    Mysql_Statement is used for preparing and executing a SQL statement.
Mysql_Statement_Test
in file statement_test.php, class Mysql_Statement_Test
    Unit tests for Mysql_Statement class
Mysql_Test
in file mysql_test.php, class Mysql_Test
    Unit tests for Mysql class
mysql_config.php
procedural page mysql_config.php
mysql_test.php
procedural page mysql_test.php
p

p

PASSWORD
in file mysql_config.php, constant PASSWORD
prepare
in file mysql.php, method Mysql::prepare()
    Prepare query
r

r

removeBind
in file statement.php, method Mysql_Statement::removeBind()
    Remove param from bind
result.php
procedural page result.php
remove_db.php
procedural page remove_db.php
result_test.php
procedural page result_test.php
run_all.php
procedural page run_all.php
s

s

selectDb
in file mysql.php, method Mysql::selectDb()
    Select database
SIMPLE_TEST
in file simpletest_config.php, constant SIMPLE_TEST
    Path to SimpleTest
statement.php
procedural page statement.php
simpletest_config.php
procedural page simpletest_config.php
statement_test.php
procedural page statement_test.php
t

t

testAddRemoveBind
in file statement_test.php, method Mysql_Statement_Test::testAddRemoveBind()
    Unit test of Mysql_Statement::addBind() and Mysql_Statement::removeBind() functions.
testDataSeek
in file result_test.php, method Mysql_Result_Test::testDataSeek()
    Unit test of Mysql_Result::dataSeek() function.
testEscapeString
in file mysql_test.php, method Mysql_Test::testEscapeString()
    Unit test of Mysql::escapeString() function.
testExecute
in file mysql_test.php, method Mysql_Test::testExecute()
    Unit test of Mysql::execute() function.
testExecute
in file statement_test.php, method Mysql_Statement_Test::testExecute()
    Unit test of Mysql_Statement::execute() function.
testFetchAll
in file result_test.php, method Mysql_Result_Test::testFetchAll()
    Unit test of Mysql_Result::fetchAll() function.
testFetchAllColumnAsIndex
in file result_test.php, method Mysql_Result_Test::testFetchAllColumnAsIndex()
    Unit test of Mysql_Result::fetchAllColumnAsIndex() function.
testFetchAssoc
in file result_test.php, method Mysql_Result_Test::testFetchAssoc()
    Unit test of Mysql_Result::fetchAssos() function.
testFetchInsertId
in file result_test.php, method Mysql_Result_Test::testFetchInsertId()
    Unit test of Mysql_Result::fetchInsertId() function.
testFetchNumAffectedRows
in file result_test.php, method Mysql_Result_Test::testFetchNumAffectedRows()
    Unit test of Mysql_Result::fetchNumAffectedRows() function.
testFetchNumRows
in file result_test.php, method Mysql_Result_Test::testFetchNumRows()
    Unit test of Mysql_Result::fetchNumRows() function.
testFetchRow
in file result_test.php, method Mysql_Result_Test::testFetchRow()
    Unit test of Mysql_Result::fetchRow() function.
testManualException
in file exception_test.php, method Mysql_Exception_Test::testManualException()
    Test of manually sending messages and error codes.
testMysqlException
in file exception_test.php, method Mysql_Exception_Test::testMysqlException()
    Test of retrieving messages and error codes from MySQL.
testPrepare
in file mysql_test.php, method Mysql_Test::testPrepare()
    Unit test of Mysql::prepare() function.
testSelectDB
in file mysql_test.php, method Mysql_Test::testSelectDB()
    Unit test of Mysql::selectDb() function.
throwMysqlException
in file exception_test.php, method Mysql_Exception_Test::throwMysqlException()
    Throws an exception passing the parameters onto the exception class.
u

u

USERNAME
in file mysql_config.php, constant USERNAME
    MySQL user - used to log into MySQL (must have create and drop db privlages).
_

_

$_binds
in file statement.php, variable Mysql_Statement::$_binds
    Store of values to be inserted into statement
$_db
in file result_test.php, variable Mysql_Result_Test::$_db
    Valid Mysql instance
$_db
in file statement_test.php, variable Mysql_Statement_Test::$_db
    Valid Mysql_Statement instance
$_db
in file mysql_test.php, variable Mysql_Test::$_db
    Mysql object
$_db_name
in file mysql.php, variable Mysql::$_db_name
    MySQL database name
$_handle
in file statement.php, variable Mysql_Statement::$_handle
    MySQL connection
$_handle
in file mysql.php, variable Mysql::$_handle
    MySQL resource
$_handle
in file result.php, variable Mysql_Result::$_handle
    MySQL resource
$_host
in file mysql.php, variable Mysql::$_host
    MySQL server name
$_password
in file mysql.php, variable Mysql::$_password
    MySQL password
$_query
in file statement.php, variable Mysql_Statement::$_query
    Query to be executed
$_result
in file result.php, variable Mysql_Result::$_result
    Result returned by MySQL
$_username
in file mysql.php, variable Mysql::$_username
    MySQL username
_bindParamToQuery
in file statement.php, method Mysql_Statement::_bindParamToQuery()
    Place values into query
_connect
in file mysql.php, method Mysql::_connect()
    Connect to MySQL
_createInvalidObject
in file mysql_test.php, method Mysql_Test::_createInvalidObject()
    Create invalid Mysql object without a default db
_createInvalidWithDB
in file mysql_test.php, method Mysql_Test::_createInvalidWithDB()
    Create invalid Mysql object with a default db
_createValidObject
in file mysql_test.php, method Mysql_Test::_createValidObject()
    Create valid Mysql object without a default db and store in member var
_createValidWithDB
in file mysql_test.php, method Mysql_Test::_createValidWithDB()
    Create valid Mysql object with a default db and store in member var
_mergeBind
in file statement.php, method Mysql_Statement::_mergeBind()
    Combine all bind parameters
_setInstance
in file result_test.php, method Mysql_Result_Test::_setInstance()
    Assigns valid Mysql instance to member var.
_setStatement
in file statement_test.php, method Mysql_Statement_Test::_setStatement()
    Create valid Mysql object with a default db and store in member var
__construct
in file mysql.php, method Mysql::__construct()
    Constructor
__construct
in file exception.php, method Mysql_Exception::__construct()
    Constructor
__construct
in file result.php, method Mysql_Result::__construct()
    Mysql_Result Constructor
__construct
in file statement.php, method Mysql_Statement::__construct()
    Constructor

Documentation generated on Mon, 15 Jun 2009 16:50:03 -0600 by phpDocumentor 1.3.0RC3