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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaDataTable.py37 _COLUMN_ = '' variable in class: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_ = """
H A DMetaFileTable.py48 _COLUMN_ = '''
128 _COLUMN_ = '''
207 _COLUMN_ = '''
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py37 _COLUMN_ = '' variable in class: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_ = '''
285 _COLUMN_ = """
H A DMetaFileTable.py73 _COLUMN_ = '''
151 _COLUMN_ = '''
228 _COLUMN_ = '''

Completed in 69 milliseconds