Functions
|
|
get_configuration_directory
get_configuration_file
is_database
load_database
|
|
get_configuration_directory
|
get_configuration_directory ( path )
Return the configuration directory for the Database rooted at path .
-
path
- The path to the test database.
- returns
- The path to the configuration directory.
|
|
get_configuration_file
|
get_configuration_file ( path )
Return the configuration file for the Database rooted at path .
-
path
- The path to the test database.
- returns
- The path to the configuration file.
|
|
is_database
|
is_database ( db_path )
Returns true if db_path looks like a test database.
|
|
load_database
|
load_database ( db_path )
Load the database from db_path .
-
db_path
- The path to the directory containing the database.
- returns
- The new
Database .
Exceptions
|
|
QMException, qm.error( "not test database", path = db_path )
|
|
Classes
|
|
|