MCPcopy Create free account
hub / github.com/MIT-DB-Class/simple-db-hw / Database

Class Database

src/java/simpledb/Database.java:16–81  ·  view source on GitHub ↗

Database is a class that initializes several static variables used by the database system (the catalog, the buffer pool, and the log files, in particular.) Provides a set of methods that can be used to access these variables from anywhere. @Threadsafe

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected