|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilADTMultiTextDBBridge:
Collaboration diagram for ilADTMultiTextDBBridge:Protected Member Functions | |
| isValidADT (ilADT $a_adt) | |
| readMultiRecord (ilDBStatement $a_set) | |
| Import record-rows from sub-table. More... | |
| prepareMultiInsert () | |
| Build insert-fields for each "value". More... | |
Protected Member Functions inherited from ilADTMultiDBBridge | |
| getSubTableName () | |
| Build sub-table name. More... | |
| readMultiRecord (ilDBStatement $a_set) | |
| Import record-rows from sub-table. More... | |
| prepareMultiInsert () | |
| Build insert-fields for each "value". More... | |
Protected Member Functions inherited from ilADTDBBridge | |
| isValidADT (ilADT $a_adt) | |
| setADT (ilADT $a_adt) | |
Additional Inherited Members | |
Public Member Functions inherited from ilADTMultiDBBridge | |
| 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... | |
| afterUpdate () | |
| After update hook to enable sub-tables. More... | |
| afterDelete () | |
| After delete hook to enable sub-tables. More... | |
Public Member Functions inherited from ilADTDBBridge | |
| __construct (ilADT $a_adt) | |
| Constructor. More... | |
| getADT () | |
| setTable (string $a_table) | |
| getTable () | |
| setElementId (string $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... | |
| getAdditionalPrimaryFields () | |
| 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) | |
| 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 Attributes inherited from ilADTDBBridge | |
| ilADT | $adt |
| string | $table |
| string | $id |
| array | $primary = [] |
| ilDBInterface | $db |
Definition at line 5 of file class.ilADTMultiTextDBBridge.php.
|
protected |
Reimplemented from ilADTDBBridge.
Definition at line 7 of file class.ilADTMultiTextDBBridge.php.
|
protected |
Build insert-fields for each "value".
Reimplemented from ilADTMultiDBBridge.
Definition at line 23 of file class.ilADTMultiTextDBBridge.php.
References $res, ilADTDBBridge\getADT(), and ilADTDBBridge\getElementId().
Here is the call graph for this function:
|
protected |
Import record-rows from sub-table.
| object | $a_set |
Reimplemented from ilADTMultiDBBridge.
Definition at line 12 of file class.ilADTMultiTextDBBridge.php.
References ilADTDBBridge\getADT(), and ilADTDBBridge\getElementId().
Here is the call graph for this function: