Nonstop Database, HiRDB Version 9 UAP Development Guide

[Contents][Index][Back][Next]

17.11.32 getClear_Env

(a) Function

Acquires the environment variable invalidation setting specified by setClear_Env.

(b) Format
 
public boolean getClear_Env()
 
(c) Argument

None.

(d) Return value

String
Returns the environment variable invalidation setting specified by setClear_Env. If no environment variable invalidation setting is specified, the method returns the default value (false).
true
Ignores the HiRDB client environment definition set as OS environment variables during database connection.
false
Does not ignore the HiRDB client environment definition set as OS environment variables during database connection.
(e) Exception that occurs

None.