ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Go to the source code of this file.
Data Structures | |
class | MDB2_Driver_Reverse_Common |
Namespaces | |
namespace | MDB2 |
The main 'MDB2' class is simply a container class with some static methods for creating DB objects as well as some utility functions common to all parts of DB. | |
Variables | |
const | MDB2_TABLEINFO_ORDER 1 |
These are constants for the tableInfo-function they are bitwised or'ed. More... | |
const | MDB2_TABLEINFO_ORDERTABLE 2 |
const | MDB2_TABLEINFO_FULL 3 |
const MDB2_TABLEINFO_FULL 3 |
Definition at line 61 of file Common.php.
const MDB2_TABLEINFO_ORDER 1 |
These are constants for the tableInfo-function they are bitwised or'ed.
so if there are more constants to be defined in the future, adjust MDB2_TABLEINFO_FULL accordingly
Definition at line 59 of file Common.php.
Referenced by MDB2_Driver_Reverse_Common\tableInfo(), MDB2_Driver_Reverse_mysql\tableInfo(), MDB2_Driver_Reverse_mysqli\tableInfo(), MDB2_Driver_Reverse_oci8\tableInfo(), and MDB2_Driver_Reverse_pgsql\tableInfo().
const MDB2_TABLEINFO_ORDERTABLE 2 |
Definition at line 60 of file Common.php.
Referenced by MDB2_Driver_Reverse_Common\tableInfo(), MDB2_Driver_Reverse_mysql\tableInfo(), MDB2_Driver_Reverse_mysqli\tableInfo(), MDB2_Driver_Reverse_oci8\tableInfo(), and MDB2_Driver_Reverse_pgsql\tableInfo().