Jala 1.2

Class jala.db.FileDatabase

Object
   |
   +--jala.db.RamDatabase
         |
         +--jala.db.FileDatabase

class jala.db.FileDatabase
extends jala.db.RamDatabase


Instances of this class represent a file based in-process database
Important: You need the hsqldb.jar in lib/ext of your helma installation for this library to work, which you can get at http://hsqldb.org/.
Defined in Database.js


Constructor Summary
jala.db.FileDatabase (<String> name, <helma.File> directory)
            Returns a newly created instance of FileDatabase.
 
Method Summary
 helma.File getDirectory()
           Returns the directory where the database files are stored.
 String getName()
           Returns the name of the database
 
Methods inherited from class jala.db.RamDatabase
getUrl, getProperties, getConnection, shutdown, dropTable, tableExists, copyTables, runScript
 

Constructor Detail

jala.db.FileDatabase

jala.db.FileDatabase(<String> name, <helma.File> directory)

Method Detail

getDirectory

helma.File getDirectory()

getName

String getName()

Jala 1.2

Documentation generated by JSDoc on Tue May 29 10:26:15 2007