/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
D | IpiDb.py | 71 SqlCommand = """ 76 self.Cur.execute(SqlCommand) 87 SqlCommand = """ 96 self.Cur.execute(SqlCommand) 98 SqlCommand = """ 106 self.Cur.execute(SqlCommand) 108 SqlCommand = """ 118 self.Cur.execute(SqlCommand) 120 SqlCommand = """ 131 self.Cur.execute(SqlCommand) [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
D | Table.py | 38 def Create(self, SqlCommand): argument 39 self.Cur.execute(SqlCommand) 41 EdkLogger.verbose(SqlCommand + " ... DONE!") 47 def Insert(self, SqlCommand): argument 48 self.Exec(SqlCommand) 56 SqlCommand = """select * from %s""" % self.Table 57 self.Cur.execute(SqlCommand) 70 SqlCommand = """drop table IF EXISTS %s""" % self.Table 71 self.Cur.execute(SqlCommand) 81 SqlCommand = """select count(ID) from %s""" % self.Table [all …]
|
D | TableReport.py | 49 SqlCommand = """create table IF NOT EXISTS %s (ID INTEGER PRIMARY KEY, 57 Table.Create(self, SqlCommand) 73 SqlCommand = """insert into %s values(%s, %s, '%s', '%s', %s, %s, %s)""" \ 75 Table.Insert(self, SqlCommand) 84 … SqlCommand = """select ID, ErrorID, OtherMsg, BelongsToTable, BelongsToItem, Corrected from %s 86 return self.Exec(SqlCommand) 91 …SqlCommand = """update Report set BelongsToItem=%s where BelongsToTable='File' and BelongsToItem=-2 93 return self.Exec(SqlCommand) 114 SqlCommand = '' 116 SqlCommand = """select 1, FullPath from %s where ID = %s [all …]
|
D | TableFdf.py | 53 SqlCommand = """create table IF NOT EXISTS %s (ID INTEGER PRIMARY KEY, 68 Table.Create(self, SqlCommand) 91 …SqlCommand = """insert into %s values(%s, %s, '%s', '%s', '%s', '%s', '%s', %s, %s, %s, %s, %s, %s… 93 Table.Insert(self, SqlCommand) 104 …SqlCommand = """select ID, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, S… 107 EdkLogger.debug(4, "SqlCommand: %s" % SqlCommand) 108 self.Cur.execute(SqlCommand)
|
D | TableDec.py | 53 SqlCommand = """create table IF NOT EXISTS %s (ID INTEGER PRIMARY KEY, 67 Table.Create(self, SqlCommand) 90 …SqlCommand = """insert into %s values(%s, %s, '%s', '%s', '%s', '%s', %s, %s, %s, %s, %s, %s, %s)"… 92 Table.Insert(self, SqlCommand) 103 …SqlCommand = """select ID, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine f… 106 EdkLogger.debug(4, "SqlCommand: %s" % SqlCommand) 107 self.Cur.execute(SqlCommand)
|
D | TableDsc.py | 53 SqlCommand = """create table IF NOT EXISTS %s (ID INTEGER PRIMARY KEY, 67 Table.Create(self, SqlCommand) 90 …SqlCommand = """insert into %s values(%s, %s, '%s', '%s', '%s', '%s', %s, %s, %s, %s, %s, %s, %s)"… 92 Table.Insert(self, SqlCommand) 103 …SqlCommand = """select ID, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine f… 106 EdkLogger.debug(4, "SqlCommand: %s" % SqlCommand) 107 self.Cur.execute(SqlCommand)
|
D | TableInf.py | 55 SqlCommand = """create table IF NOT EXISTS %s (ID INTEGER PRIMARY KEY, 71 Table.Create(self, SqlCommand) 96 …SqlCommand = """insert into %s values(%s, %s, '%s', '%s', '%s', '%s', '%s', '%s', %s, %s, %s, %s, … 98 Table.Insert(self, SqlCommand) 109 …SqlCommand = """select ID, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine f… 112 EdkLogger.debug(4, "SqlCommand: %s" % SqlCommand) 113 self.Cur.execute(SqlCommand)
|
D | TableDataModel.py | 44 SqlCommand = """create table IF NOT EXISTS %s (ID INTEGER PRIMARY KEY, 49 Table.Create(self, SqlCommand) 63 …SqlCommand = """insert into %s values(%s, %s, '%s', '%s')""" % (self.Table, self.ID, CrossIndex, N… 64 Table.Insert(self, SqlCommand) 90 SqlCommand = """select CrossIndex from DataModel where name = '""" + ModelName + """'""" 91 self.Cur.execute(SqlCommand)
|
D | TableEotReport.py | 42 SqlCommand = """create table IF NOT EXISTS %s (ID INTEGER PRIMARY KEY, 57 Table.Create(self, SqlCommand) 67 …SqlCommand = """insert into %s values(%s, %s, '%s', '%s', %s, '%s', '%s', '%s', '%s', '%s', '%s', … 70 Table.Insert(self, SqlCommand) 73 SqlCommand = """select max(ID) from %s""" % self.Table 74 self.Cur.execute(SqlCommand)
|
D | TableQuery.py | 44 SqlCommand = """create table IF NOT EXISTS %s(ID INTEGER PRIMARY KEY, 50 Table.Create(self, SqlCommand) 64 SqlCommand = """insert into %s values(%s, '%s', '%s', '%s', %s)""" \ 66 Table.Insert(self, SqlCommand)
|
D | TablePcd.py | 51 SqlCommand = """create table IF NOT EXISTS %s (ID INTEGER PRIMARY KEY, 64 Table.Create(self, SqlCommand) 86 … SqlCommand = """insert into %s values(%s, '%s', '%s', %s, '%s', %s, %s, %s, %s, %s, %s, %s)""" \ 88 Table.Insert(self, SqlCommand)
|
D | TableIdentifier.py | 51 SqlCommand = """create table IF NOT EXISTS %s(ID INTEGER PRIMARY KEY, 64 Table.Create(self, SqlCommand) 86 … SqlCommand = """insert into %s values(%s, '%s', '%s', '%s', '%s', %s, %s, %s, %s, %s, %s, %s)""" \ 88 Table.Insert(self, SqlCommand)
|
D | TableFunction.py | 52 SqlCommand = """create table IF NOT EXISTS %s (ID INTEGER PRIMARY KEY, 67 Table.Create(self, SqlCommand) 91 …SqlCommand = """insert into %s values(%s, '%s', '%s', '%s', '%s', %s, %s, %s, %s, %s, %s, %s, %s, … 93 Table.Insert(self, SqlCommand)
|
D | TableFile.py | 47 SqlCommand = """create table IF NOT EXISTS %s (ID INTEGER PRIMARY KEY, 55 Table.Create(self, SqlCommand) 72 SqlCommand = """insert into %s values(%s, '%s', '%s', '%s', '%s', %s, '%s')""" \ 74 Table.Insert(self, SqlCommand)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
D | MetaDataTable.py | 61 SqlCommand = """create temp table IF NOT EXISTS %s (%s)""" % (self.Table, self._COLUMN_) 63 SqlCommand = """create table IF NOT EXISTS %s (%s)""" % (self.Table, self._COLUMN_) 64 EdkLogger.debug(EdkLogger.DEBUG_8, SqlCommand) 65 self.Cur.execute(SqlCommand) 77 SqlCommand = "insert into %s values(%s, %s)" % (self.Table, self.ID, Values) 78 EdkLogger.debug(EdkLogger.DEBUG_5, SqlCommand) 79 self.Cur.execute(SqlCommand) 87 SqlCommand = """select * from %s""" % self.Table 88 self.Cur.execute(SqlCommand) 98 SqlCommand = """drop table IF EXISTS %s""" % self.Table [all …]
|
D | MetaFileTable.py | 125 SqlCommand = "SELECT %s FROM %s WHERE %s" % (ValueString, self.Table, ConditionString) 126 return self.Exec(SqlCommand) 204 SqlCommand = "SELECT %s FROM %s WHERE %s" % (ValueString, self.Table, ConditionString) 205 return self.Exec(SqlCommand) 299 SqlCommand = "SELECT %s FROM %s WHERE %s" % (ValueString, self.Table, ConditionString) 300 return self.Exec(SqlCommand)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
D | MetaDataTable.py | 61 SqlCommand = """create temp table IF NOT EXISTS %s (%s)""" % (self.Table, self._COLUMN_) 63 SqlCommand = """create table IF NOT EXISTS %s (%s)""" % (self.Table, self._COLUMN_) 64 EdkLogger.debug(EdkLogger.DEBUG_8, SqlCommand) 65 self.Cur.execute(SqlCommand) 77 SqlCommand = "insert into %s values(%s, %s)" % (self.Table, self.ID, Values) 78 EdkLogger.debug(EdkLogger.DEBUG_5, SqlCommand) 79 self.Cur.execute(SqlCommand) 87 SqlCommand = """select * from %s""" % self.Table 88 self.Cur.execute(SqlCommand) 98 SqlCommand = """drop table IF EXISTS %s""" % self.Table [all …]
|
D | MetaFileTable.py | 149 SqlCommand = "SELECT %s FROM %s WHERE %s" % (ValueString, self.Table, ConditionString) 150 return self.Exec(SqlCommand) 226 SqlCommand = "SELECT %s FROM %s WHERE %s" % (ValueString, self.Table, ConditionString) 227 return self.Exec(SqlCommand) 230 …SqlCommand = "select Value1,StartLine from %s WHERE Value2='%s' and Value3='%s'" % (self.Table, To… 231 self.Cur.execute(SqlCommand) 360 SqlCommand = "SELECT %s FROM %s WHERE %s" % (ValueString, self.Table, ConditionString) 361 return self.Exec(SqlCommand)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | Eot.py | 335 SqlCommand = """select DISTINCT GuidName from Report""" 336 RecordSet = EotGlobalData.gDb.TblReport.Exec(SqlCommand) 347 …SqlCommand = """update Report set GuidMacro = '%s', GuidValue = '%s' where GuidName = '%s'""" %(Gu… 348 EotGlobalData.gDb.TblReport.Exec(SqlCommand) 354 …SqlCommand = """update Report set GuidMacro = '%s', GuidValue = '%s' where GuidName = '%s'""" %(Gu… 355 EotGlobalData.gDb.TblReport.Exec(SqlCommand) 359 … SqlCommand ="""select DISTINCT Value, Modifier from Query where Name like '%s'""" % GuidName 360 GuidMacroSet = EotGlobalData.gDb.TblReport.Exec(SqlCommand) 368 …SqlCommand ="""select DISTINCT Value from Query2 where Value like '%%%s%%' and Model = %s""" % (Gu… 369 GuidValueSet = EotGlobalData.gDb.TblReport.Exec(SqlCommand) [all …]
|
D | Parser.py | 142 SqlCommand = """ 147 RecordSet = Db.TblFile.Exec(SqlCommand) 151 SqlCommand = """select Value1 from Dec where BelongsToFile = 154 NewRecordSet = Db.TblDec.Exec(SqlCommand) 174 SqlCommand = """select ID, FullPath from File where Model in %s""" % str(FileModelList) 175 RecordSet = Db.TblFile.Exec(SqlCommand) 192 …SqlCommand = """select distinct Value1 from Inf where Model = %s order by Value1""" % MODEL_EFI_IN… 193 RecordSet = Db.TblInf.Exec(SqlCommand) 231 …SqlCommand = """select distinct Value1 from Inf where Model = %s order by Value1""" % MODEL_EFI_SO… 232 RecordSet = Db.TblInf.Exec(SqlCommand) [all …]
|
D | Report.py | 146 …SqlCommand = """select DISTINCT GuidName from Report where GuidValue like '%s' and ItemMode = 'Pro… 147 RecordSet = EotGlobalData.gDb.TblReport.Exec(SqlCommand) 201 …SqlCommand = """select DISTINCT SourceFileFullPath, BelongsToFunction from Report where GuidName l… 202 RecordSet = EotGlobalData.gDb.TblReport.Exec(SqlCommand) 204 SqlCommand = """select FullPath from File 208 ModuleSet = EotGlobalData.gDb.TblReport.Exec(SqlCommand) 255 SqlCommand = """select Value2 from Inf 258 RecordSet = EotGlobalData.gDb.TblReport.Exec(SqlCommand) 262 SqlCommand = """select FullPath from File 265 RecordSet = EotGlobalData.gDb.TblReport.Exec(SqlCommand) [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
D | Database.py | 222 SqlCommand = """select ID, BelongsToFile, StartLine, EndLine, Model from Identifier""" 223 EdkLogger.debug(4, "SqlCommand: %s" %SqlCommand) 224 self.Cur.execute(SqlCommand) 237 SqlCommand = """select ID from Function 240 EdkLogger.debug(4, "SqlCommand: %s" %SqlCommand) 241 self.Cur.execute(SqlCommand) 244 …SqlCommand = """Update Identifier set BelongsToFunction = %s where ID = %s""" % (ID[0], Identifier… 245 EdkLogger.debug(4, "SqlCommand: %s" %SqlCommand) 246 self.Cur.execute(SqlCommand) 253 SqlCommand = """select ID from Function [all …]
|
D | Check.py | 49 SqlCommand = """select ID, FullPath, ExtName from File where ExtName like 'uni'""" 50 RecordSet = EccGlobalData.gDb.TblFile.Exec(SqlCommand) 67 …SqlCommand = """select ID, FullPath, ExtName from File where ExtName in ('.dec', '.inf', '.dsc', '… 68 RecordSet = EccGlobalData.gDb.TblFile.Exec(SqlCommand) 274 …SqlCommand = """select ID, Name, BelongsToFile from %s where Model = %s""" % (IdentifierTable, MOD… 275 RecordSet = EccGlobalData.gDb.TblFile.Exec(SqlCommand) 282 SqlCommand = """select FullPath from File where ID = %s """ % ID 283 NewRecordSet = EccGlobalData.gDb.TblFile.Exec(SqlCommand) 366 SqlCommand = """select ID, FullPath from File 369 RecordSet = EccGlobalData.gDb.TblFile.Exec(SqlCommand) [all …]
|
D | MetaDataParser.py | 29 SqlCommand = """ 35 RecordSet = Db.TblFile.Exec(SqlCommand) 41 SqlCommand = """select Value1 from Dec where BelongsToFile = 44 NewRecordSet = Db.TblDec.Exec(SqlCommand) 60 SqlCommand = """select FullPath from File where Model = %s""" % str(FileModel) 61 RecordSet = Db.TblFile.Exec(SqlCommand) 73 SqlCommand = """select ID from File where Model in %s""" % str(FileModelList) 74 RecordSet = Db.TblFile.Exec(SqlCommand)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | Parsing.py | 30 SqlCommand = """select Value1, Value2, BelongsToItem, StartLine, Arch from %s 33 RecordSet = Table.Exec(SqlCommand) 60 SqlCommand = """select Value1, Value2, BelongsToItem, StartLine, Arch from %s 63 RecordSet = Table.Exec(SqlCommand) 88 SqlCommand = """select ID, Value1 from %s 92 FoundRecords = Table.Exec(SqlCommand) 95 SqlCommand = """update %s set Value1 = '%s' 97 Table.Exec(SqlCommand) 110 SqlCommand = """select Value2 from %s 116 RecordSet = Table.Exec(SqlCommand) [all …]
|