if error messages are enabled the message and exception will be logged to designated destination.
Parameters: message - error message to log. Parameters: error - exception associated with the message.
Get the connection environment for this connection.
This environment will contain the platform-specific configuration options for the JDBC driver to use when
creating the connection.
Please refer to the JDBC Driver instructions for configuring driver properties.
driver properties that can tune platform specific options for this connection.
This name should identify this service to the end-user. This is the name that should be used when looking up this
service initially.
the conical name for this service.
Logs informational error and supplementary message.
if informational messages are enabled the message and exception will be logged to designated destination.
Parameters: message - informational message to log. Parameters: error - exception associated with the message.
Sets the type of service this instance represents.
This parameter can be a bit confusing a iSQL-Viewer shared service is a service that is generally read-only and
is loaded across the network from a shared location such as a intranet web server or even the local file system.
A private service is readable and writable by the user that created it, most cases the private services can also
be a shared service for someone else depending on configurations.
Parameters: type - the type of service to set this service as.
Logs debugging messages and supplementary exception.
if debug messages are enabled the message and exception will be logged to designated destination.
Parameters: message - trace message to log. Parameters: error - exception associated with the message.