Nonstop Database, HiRDB Version 9 UAP Development Guide

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

18.7.50 getHiRDBINI

(a) Function

Gets the directory for the HiRDB.INI file (set by the setHiRDBINI method).

(b) Format
 
public String getHiRDBINI()
 
(c) Arguments

None.

(d) Return value

String
Absolute path of the directory specified by the setHiRDBINI method for the HiRDB.INI file. If this information has not been specified, the method returns null.
(e) Functional detail

This method returns the absolute path of the directory specified by the setHiRDBINI method.

(f) Exceptions

None.