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

Class: MDB2_Module_Common

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

Class Overview


The common modules class for MDB2 module objects


Author(s):

Variables

Methods


Child classes:

MDB2_Extended
MDB2_Extended: class which adds several high level methods to MDB2
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_Driver_Manager_Common
Base class for the management modules 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_Datatype_Common
MDB2_Driver_Common: Base class that is extended by each MDB2 driver

Inherited Variables

Inherited Methods


Class Details

[line 4508]
The common modules class for MDB2 module objects


[ Top ]


Class Variables

$db_index =

[line 4519]

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

Type:   int


[ Top ]



Method Detail

__construct (Constructor)   [line 4527]

MDB2_Module_Common __construct( $db_index)

Constructor

Parameters:

   $db_index   — 

[ Top ]

getDBInstance   [line 4542]

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 Mon, 11 Mar 2019 15:51:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.