| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for MDB2_Driver_Reverse_mysqli:
 Inheritance diagram for MDB2_Driver_Reverse_mysqli: Collaboration diagram for MDB2_Driver_Reverse_mysqli:
 Collaboration diagram for MDB2_Driver_Reverse_mysqli:| Public Member Functions | |
| getTableFieldDefinition ($table, $field_name) | |
| Get the structure of a field into an array. | |
| getTableIndexDefinition ($table, $index_name) | |
| Get the structure of an index into an array. | |
| getTableConstraintDefinition ($table, $constraint_name) | |
| Get the structure of a constraint into an array. | |
| getTriggerDefinition ($trigger) | |
| Get the structure of a trigger into an array. | |
| tableInfo ($result, $mode=null) | |
| Returns information about a table or a result set. | |
|  Public Member Functions inherited from MDB2_Driver_Reverse_Common | |
| getSequenceDefinition ($sequence) | |
| Get the structure of a sequence into an array. | |
|  Public Member Functions inherited from MDB2_Module_Common | |
| __construct ($db_index) | |
| Constructor. | |
| MDB2_Module_Common ($db_index) | |
| PHP 4 Constructor. | |
| & | getDBInstance () | 
| Get the instance of MDB2 associated with the module instance. | |
| Data Fields | |
| $flags | |
| $types | |
Definition at line 58 of file mysqli.php.
| MDB2_Driver_Reverse_mysqli::getTableConstraintDefinition | ( | $table, | |
| $constraint_name | |||
| ) | 
Get the structure of a constraint into an array.
| string | $table | name of table that should be used in method | 
| string | $constraint_name | name of constraint that should be used in method | 
Reimplemented from MDB2_Driver_Reverse_Common.
Definition at line 295 of file mysqli.php.
References $query, $result, $row, MDB2_Module_Common\getDBInstance(), PEAR\isError(), MDB2_ERROR_NOT_FOUND, MDB2_FETCHMODE_ASSOC, and MDB2_PORTABILITY_FIX_CASE.
 Here is the call graph for this function:
 Here is the call graph for this function:| MDB2_Driver_Reverse_mysqli::getTableFieldDefinition | ( | $table, | |
| $field_name | |||
| ) | 
Get the structure of a field into an array.
| string | $table | name of table that should be used in method | 
| string | $field_name | name of field that should be used in method | 
Reimplemented from MDB2_Driver_Reverse_Common.
Definition at line 124 of file mysqli.php.
References $columns, $query, $result, $types, MDB2_Module_Common\getDBInstance(), PEAR\isError(), MDB2_ERROR_NOT_FOUND, MDB2_FETCHMODE_ASSOC, and MDB2_PORTABILITY_FIX_CASE.
 Here is the call graph for this function:
 Here is the call graph for this function:| MDB2_Driver_Reverse_mysqli::getTableIndexDefinition | ( | $table, | |
| $index_name | |||
| ) | 
Get the structure of an index into an array.
| string | $table | name of table that should be used in method | 
| string | $index_name | name of index that should be used in method | 
Reimplemented from MDB2_Driver_Reverse_Common.
Definition at line 222 of file mysqli.php.
References $query, $result, $row, MDB2_Module_Common\getDBInstance(), PEAR\isError(), MDB2_ERROR_NOT_FOUND, MDB2_FETCHMODE_ASSOC, and MDB2_PORTABILITY_FIX_CASE.
 Here is the call graph for this function:
 Here is the call graph for this function:| MDB2_Driver_Reverse_mysqli::getTriggerDefinition | ( | $trigger | ) | 
Get the structure of a trigger into an array.
EXPERIMENTAL
WARNING: this function is experimental and may change the returned value at any time until labelled as non-experimental
| string | $trigger | name of trigger that should be used in method | 
Reimplemented from MDB2_Driver_Reverse_Common.
Definition at line 379 of file mysqli.php.
References $query, $types, MDB2_Module_Common\getDBInstance(), PEAR\isError(), and MDB2_FETCHMODE_ASSOC.
 Here is the call graph for this function:
 Here is the call graph for this function:| MDB2_Driver_Reverse_mysqli::tableInfo | ( | $result, | |
| $mode = null | |||
| ) | 
Returns information about a table or a result set.
| object | string | $result | MDB2_result object from a query or a string containing the name of a table. While this also accepts a query result resource identifier, this behavior is deprecated. | 
| int | $mode | a valid tableInfo mode | 
Reimplemented from MDB2_Driver_Reverse_Common.
Definition at line 427 of file mysqli.php.
References $flags, $res, $result, MDB2_Module_Common\getDBInstance(), PEAR\isError(), MDB2\isResultCommon(), MDB2_ERROR_NEED_MORE_DATA, MDB2_PORTABILITY_FIX_CASE, MDB2_TABLEINFO_ORDER, and MDB2_TABLEINFO_ORDERTABLE.
 Here is the call graph for this function:
 Here is the call graph for this function:| MDB2_Driver_Reverse_mysqli::$flags | 
Definition at line 65 of file mysqli.php.
Referenced by tableInfo().
| MDB2_Driver_Reverse_mysqli::$types | 
Definition at line 86 of file mysqli.php.
Referenced by getTableFieldDefinition(), and getTriggerDefinition().