Home | History | Annotate | Download | only in Ecc

Lines Matching defs:Database

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

39 ## Database
42 # During the phase of initialization, the database will create all tables and
46 # @param DbPath: A string for the path of the ECC database
48 # @var Conn: Connection of the ECC database
52 class Database(object):
68 ## Initialize ECC database
75 EdkLogger.verbose("\nInitialize ECC database started ...")
133 EdkLogger.verbose("Initialize ECC database ... DONE!")
142 ## Close entire database
161 # Insert one file's information to the database
325 Db = Database(DATABASE_PATH)