Uses of Class
org.gillius.realdb.model.Database

Packages that use Database
org.gillius.realdb.model   
org.gillius.realdb.tools   
 

Uses of Database in org.gillius.realdb.model
 

Methods in org.gillius.realdb.model that return Database
static Database Database.createNew(BlockFile bf, MetadataSection metadata)
          Creates a new Database and formats the given BlockFile with it.
static Database Database.load(BlockFile bf)
          Loads a database from a properly constructed BlockFile.
static Database Database.load(java.io.File f)
          Loads a database from the given File.
static Database Database.load(java.io.File f, boolean profiling)
          Loads a database from the given File.
 

Uses of Database in org.gillius.realdb.tools
 

Methods in org.gillius.realdb.tools that return Database
 Database DatabaseBuilder.createDatabase(BlockFile bf)
          Creates a Database by writing one to the given BlockFile.
 Database DatabaseBuilder.createDatabase(java.io.File f)
          Creates a Database by constructing a new block file at the given location.
static Database DatabaseBuilder.createMemoryDatabase(RDLFile rdl)
          Utility method to create an in-memory Database from the RDLFile given.
 



Copyright © 2008-2010 Jason Winnebeck. All Rights Reserved.