Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

16.11.31 setClear_Env

(a) Function

Specifies whether or not the HiRDB client environment definition set as OS environment variables is to be ignored during database connection.

(b) Format
 
public void setClear_Env(boolean Mode)
 
(c) Argument

boolean Mode
Specifies whether or not the HiRDB client environment definition is to be ignored.
true: Ignores.
false: Does not ignore.
(d) Return value

None.

(e) Functional detail

Specifies whether or not the HiRDB client environment definition set as OS environment variables is to be ignored during database connection.

The value specified in this method is equivalent to the HiRDB_for_Java_CLEAR_ENV property setting that is specified during database connection.

(f) Exception that occurs

None.

(g) Notes

For details, see HiRDB_for_Java_CLEAR_ENV in Table 16-3 Information to be specified for Properties info.