| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Go to the source code of this file.
| Data Structures | |
| class | MDB2_Driver_Reverse_Common | 
| Namespaces | |
| namespace | MDB2 | 
| Several methods to convert the MDB2 native timestamp format (ISO based) to and from data structures that are convenient to worth with in side of php. | |
| Variables | |
| const | MDB2_TABLEINFO_ORDER = 1 | 
| These are constants for the tableInfo-function they are bitwised or'ed. | |
| 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_pgsql\tableInfo(), MDB2_Driver_Reverse_mysqli\tableInfo(), and MDB2_Driver_Reverse_oci8\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_pgsql\tableInfo(), MDB2_Driver_Reverse_mysqli\tableInfo(), and MDB2_Driver_Reverse_oci8\tableInfo().