Home
last modified time | relevance | path

Searched refs:_COLUMN_ (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaDataTable.py37 _COLUMN_ = '' variable in Table
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_)
165 _COLUMN_ = """ variable in TableDataModel
DMetaFileTable.py48 _COLUMN_ = ''' variable in ModuleTable
130 _COLUMN_ = ''' variable in PackageTable
209 _COLUMN_ = ''' variable in PlatformTable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaDataTable.py37 _COLUMN_ = '' variable in Table
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_)
164 _COLUMN_ = ''' variable in TableFile
285 _COLUMN_ = """ variable in TableDataModel
DMetaFileTable.py74 _COLUMN_ = ''' variable in ModuleTable
154 _COLUMN_ = ''' variable in PackageTable
266 _COLUMN_ = ''' variable in PlatformTable