setOption function

Sets the database option.

Syntax
void Connection.setOption(
  String option_name,
  String option_value
) throws ULjException
Parameters
  • option_name   Any of the Configuration option values, variables with the OPTION suffix, to set.

  • option_value   The new value of the option.

Remarks

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.

See also