Home | History | Annotate | Download | only in Common

Lines Matching defs:Database

2 # This file is used to create a database used by ECC tool

31 ## Database
34 # During the phase of initialization, the database will create all tables and
38 # @param DbPath: A string for the path of the ECC database
40 # @var Conn: Connection of the ECC database
44 class Database(object):
58 ## Initialize build database
65 EdkLogger.verbose("\nInitialize ECC database started ...")
86 EdkLogger.verbose("Initialize ECC database ... DONE!")
95 ## Close entire database
114 Db = Database(DATABASE_PATH)