getSharedTransientFileName

getSharedTransientFileName(): String;

The getSharedTransientFileName method of the Node class returns the name of the shared transient database file in use by the executing process; that is, the current thread executing the current method.

To obtain the path for this file, use the getTransientDbPath method of the Application class.

See also "Transient Database File Analysis", in Chapter 3 of the Database Administration Guide.