Returns a database option.
String Connection.getOption(String option_name) throws ULjException
option_name The name of option to get.
option_name The name of the option to get. You can set this parameter to any constant in the Connection interface that has an OPTION_ prefix.
The value of the database option.
Database options are stored within the database and may also be obtained when a database is connected at some time after the option has been set.
A set of required options are created when a database is created.