Sets the database option.
void Connection.setOption( String option_name, String option_value ) throws ULjException
option_name The name of the option to set.
option_value The new value of the option.
If the option is not currently stored on the database, it is created.
There cannot be any uncommitted transactions for this connection when the method is invoked.