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

Class: MDB2_Module_Common

Source Location: /MDB2-2.5.0a2/MDB2.php

Class Overview


The common modules class for MDB2 module objects


Author(s):

Variables

Methods


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_Native_Common
Base class for the natuve 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 4185]
The common modules class for MDB2 module objects


[ Top ]


Class Variables

$db_index =

[line 4196]

contains the key to the global MDB2 instance array of the associated MDB2 instance
  • Access: protected

Type:   int


[ Top ]



Method Detail

__construct (Constructor)   [line 4204]

MDB2_Module_Common __construct( $db_index)

Constructor

Parameters:

   $db_index     

[ Top ]

MDB2_Module_Common (Constructor)   [line 4215]

MDB2_Module_Common MDB2_Module_Common( $db_index)

PHP 4 Constructor

Parameters:

   $db_index     

[ Top ]

getDBInstance   [line 4230]

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 Thu, 06 Dec 2007 15:30:31 -0500 by phpDocumentor 1.4.0. PEAR Logo Copyright © PHP Group 2004.