set_key_value


Description:

public bool set_key_value (string key, string value) throws Error

Sets the value for key to be value

Parameters:

this

An BookSqlite

key

The key to fetch a value for

value

The new value for key

Returns:

true on success, otherwise false is returned and throws is set appropriately.