getOption function

Returns a database option.

Syntax
String Connection.getOption(
  String option_name
) throws ULjException
Parameters
  • option_name   Any of the Configuration option values, variables with the OPTION suffix, to retrieve a value for.

Remarks

Database options are stored within the database (and may be obtained when a database is connected at some later time after the option has been set).

When a database is created, a set of required options are created.

Returns

The value of the database option.

See also