![]() |
Baby Language Lab Scripts
A collection of data processing tools.
|
Go to the source code of this file.
Classes | |
class | db.bll_database.BLLDatabase |
Provides BLL-app-specific data retreival and storage routines, building on the base database class. More... | |
class | db.bll_database.DBConstants |
This class does an initial SQL select on database 'lookup tables' (tables containing information that is frequently used, but never updated while the program is running), and provides acess to this information in the form of a number of static data structures. More... | |
Namespaces | |
namespace | db.bll_database |
Functions | |
def | db.bll_database._get_combos |
This function constructs the data structure used to initialize the DBConstants.COMBOS constant. More... | |
def | db.bll_database._get_constants |
Populates the constants in the DBConstants class. More... | |