Removes all keys from a key list and set new keys.
public function UnbDatabase::ResetKeylistKeys ($tableName, $columnName, $idColumn, $idValue, $keys);
null
to only remove all keys.
This function reads the currently assigned key list ID from tableName.columnName where idColumn is idValue and removes the key from this key list. If the key list is then empty, the reference is deleted (set to null
) in tableName.columnName.
InvalidArgumentException | On invalid argument type or value. |
UnbDatabaseException | No description available. |
Member of class: UnbDatabase
Implementation file: database.class.php, line 940
© 2010 Yves Goergen. UNB Components Homepage. Reference generated on 2010-03-07.