Nonstop Database, HiRDB Version 9 UAP Development Guide

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

18.7.49 setHiRDBINI

(a) Function

Sets a directory for the HiRDB.INI file when client environment variables specified in the HiRDB.INI file are to be used.

(b) Format
 
public synchronized void setHiRDBINI (String dir)
 
(c) Arguments

string dir
Specifies the absolute path of the directory that is to contain the HiRDB.INI file. If null is specified, the method assumes that this argument is not specified.
(d) Return value

None.

(e) Functional detail

When client environment variables specified in a HiRDB.INI file are to be used, this method specifies the absolute path for the directory that is to contain the HiRDB.INI file. For details about this method, see the description of HiRDB_INI in 18.2.2(1)(b) Explanation of URL items.

(f) Exceptions

None.