Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

16.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.
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) Functional detail

Acquires the environment variable invalidation setting specified by setClear_Env. If this setting has not been specified, the method returns the default value (false).

(f) Exception that occurs

None.