| 
    ILIAS
    release_7 Revision v7.30-3-g800a261c036
    
   | 
  
 Inheritance diagram for ilADTTextDBBridge:
 Collaboration diagram for ilADTTextDBBridge:Public Member Functions | |
| readRecord (array $a_row) | |
| Import DB values to ADT.  More... | |
| prepareInsert (array &$a_fields) | |
| Prepare ADT values for insert.  More... | |
  Public Member Functions inherited from ilADTDBBridge | |
| __construct (ilADT $a_adt) | |
| Constructor.  More... | |
| getADT () | |
| Get ADT.  More... | |
| setTable ($a_table) | |
| Set table name.  More... | |
| getTable () | |
| Get table name.  More... | |
| setElementId ($a_value) | |
| Set element id (aka DB column[s] [prefix])  More... | |
| getElementId () | |
| Get element id.  More... | |
| setPrimary (array $a_value) | |
| Set primary fields (in MDB2 format)  More... | |
| getPrimary () | |
| Get primary fields.  More... | |
| buildPrimaryWhere () | |
| Convert primary keys array to sql string.  More... | |
| readRecord (array $a_row) | |
| Import DB values to ADT.  More... | |
| prepareInsert (array &$a_fields) | |
| Prepare ADT values for insert.  More... | |
| afterInsert () | |
| After insert hook to enable sub-tables.  More... | |
| prepareUpdate (array &$a_fields) | |
| Prepare ADT values for update.  More... | |
| afterUpdate () | |
| After update hook to enable sub-tables.  More... | |
| afterDelete () | |
| After delete hook to enable sub-tables.  More... | |
| supportsDefaultValueColumn () | |
| true if table storage relies on the default 'value' column  More... | |
Protected Member Functions | |
| isValidADT (ilADT $a_adt) | |
| Check if given ADT is valid.  More... | |
  Protected Member Functions inherited from ilADTDBBridge | |
| isValidADT (ilADT $a_adt) | |
| Check if given ADT is valid.  More... | |
| setADT (ilADT $a_adt) | |
| Set ADT.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from ilADTDBBridge | |
| $adt | |
| $table | |
| $id | |
| $primary = [] | |
Definition at line 5 of file class.ilADTTextDBBridge.php.
      
  | 
  protected | 
Check if given ADT is valid.
:TODO: This could be avoided with type-specifc constructors :TODO: bridge base class?
| ilADT | $a_adt | 
Reimplemented from ilADTDBBridge.
Definition at line 7 of file class.ilADTTextDBBridge.php.
| ilADTTextDBBridge::prepareInsert | ( | array & | $a_fields | ) | 
Prepare ADT values for insert.
| array | &$a_fields | 
Reimplemented from ilADTDBBridge.
Definition at line 19 of file class.ilADTTextDBBridge.php.
References ilADTDBBridge\getADT(), and ilADTDBBridge\getElementId().
 Here is the call graph for this function:| ilADTTextDBBridge::readRecord | ( | array | $a_row | ) | 
Import DB values to ADT.
| array | $a_row | 
Reimplemented from ilADTDBBridge.
Definition at line 14 of file class.ilADTTextDBBridge.php.
References ilADTDBBridge\getADT(), and ilADTDBBridge\getElementId().
 Here is the call graph for this function: