Adds a new key to a key list.
public function UnbDatabase::AddKeylistKey ($tableName, $columnName, $idColumn, $idValue, $key);
This function reads the currently assigned key list ID from tableName.columnName where idColumn is idValue and adds the new key to this key list. If the value is null
(i.e. no key list is assigned), a new one is created and assigned to tableName.columnName.
InvalidArgumentException | On invalid argument type or value. |
UnbDatabaseException | No description available. |
Member of class: UnbDatabase
Implementation file: database.class.php, line 799
© 2010 Yves Goergen. UNB Components Homepage. Reference generated on 2010-03-07.