Return the log file of the static Database instance
()
| 40 | |
| 41 | /** Return the log file of the static Database instance */ |
| 42 | public static LogFile getLogFile() { |
| 43 | return _instance.get()._logfile; |
| 44 | } |
| 45 | |
| 46 | /** Return the buffer pool of the static Database instance */ |
| 47 | public static BufferPool getBufferPool() { |