It's also responsible of the way the database file is structured.
It defines static variables ACTION_CREATE and ACTION_OPEN which are private. It uses them in its constructor. Other functions don't have to know them.
Definition at line 45 of file FODBMainFile.java.
Public Member Functions | |
String | addCollection (String collectionName) throws IOException |
String[] | getCollectionsList () |
Static Public Member Functions | |
static FODBMainFile | createDbFile (String filePath) throws IOException, ClassNotFoundException |
static FODBMainFile | openDbFile (String filePath) throws IOException, ClassNotFoundException |