MDB2
[
class tree: MDB2
] [
index: MDB2
] [
all elements
]
Packages:
MDB2
apidoc
Classes:
MDB2
MDB2_BufferedIterator
MDB2_Date
MDB2_Driver_Common
MDB2_Driver_Datatype_Common
MDB2_Driver_Function_Common
MDB2_Driver_Manager_Common
MDB2_Driver_Reverse_Common
MDB2_Error
MDB2_Extended
MDB2_Iterator
MDB2_LOB
MDB2_Module_Common
MDB2_Result
MDB2_Result_Common
MDB2_Row
MDB2_Statement_Common
Files:
clitest.php
Common.php
Common.php
Common.php
Common.php
config.php
Console_TestListener.php
Date.php
example.php
Extended.php
HTML_TestListener.php
Iterator.php
LOB.php
MDB2.php
MDB2_api_testcase.php
MDB2_bugs_testcase.php
MDB2_Connect_Test.php
MDB2_datatype_testcase.php
MDB2_function_testcase.php
MDB2_manager_testcase.php
MDB2_native_testcase.php
MDB2_reverse_testcase.php
MDB2_testcase.php
MDB2_usage_testcase.php
test.php
testchoose.php
testUtils.php
Class: MDB2_Module_Common
Source Location: /MDB2-2.0.2/MDB2.php
Class Overview
The common modules class for MDB2 module objects
Author(s):
Lukas Smith <
mailto:smith at pooteeweet.org
>
Variables
$db_index
Methods
MDB2_Module_Common
getDBInstance
Child classes:
MDB2_Driver_Datatype_Common
MDB2_Driver_Common: Base class that is extended by each MDB2 driver
MDB2_Driver_Function_Common
Base class for the function modules that is extended by each MDB2 driver
MDB2_Driver_Manager_Common
Base class for the management modules that is extended by each MDB2 driver
MDB2_Driver_Reverse_Common
Base class for the schema reverse engineering module that is extended by each MDB2 driver
MDB2_Extended
MDB2_Extended: class which adds several high level methods to MDB2
Inherited Variables
Inherited Methods
Class Details
[line 3556]
The common modules class for MDB2 module objects
Author:
Lukas Smith <
mailto:smith@pooteeweet.org
>
[
Top
]
Class Variables
$db_index =
[line 3566]
contains the key to the global MDB2 instance array of the associated MDB2 instance
Access:
protected
Type:
integer
[
Top
]
Method Detail
MDB2_Module_Common (Constructor)
[line 3585]
MDB2_Module_Common MDB2_Module_Common( mixed $db_index)
PHP 4 Constructor
[
Top
]
getDBInstance
[line 3599]
object MDB2
&getDBInstance( )
Get the instance of MDB2 associated with the module instance
Return:
instance or a MDB2 error on failure
Access:
public
[
Top
]
Documentation generated on Sun, 14 May 2006 02:34:49 -0400 by
phpDocumentor 1.2.3
. PEAR Logo Copyright © PHP Group 2004.