Searched refs:ODBCDataSource (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/msilib/ |
D | schema.py | 396 ODBCDataSource = Table('ODBCDataSource') variable 397 ODBCDataSource.add_field(1,'DataSource',11592) 398 ODBCDataSource.add_field(2,'Component_',3400) 399 ODBCDataSource.add_field(3,'Description',3583) 400 ODBCDataSource.add_field(4,'DriverDescription',3583) 401 ODBCDataSource.add_field(5,'Registration',1282) 580 …lSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAtt…
|
/external/python/cpython2/Lib/msilib/ |
D | schema.py | 396 ODBCDataSource = Table('ODBCDataSource') variable 397 ODBCDataSource.add_field(1,'DataSource',11592) 398 ODBCDataSource.add_field(2,'Component_',3400) 399 ODBCDataSource.add_field(3,'Description',3583) 400 ODBCDataSource.add_field(4,'DriverDescription',3583) 401 ODBCDataSource.add_field(5,'Registration',1282) 580 …lSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAtt…
|
/external/python/cpython2/Tools/msi/ |
D | schema.py | 396 ODBCDataSource = Table('ODBCDataSource') variable 397 ODBCDataSource.add_field(1,'DataSource',0x2DFF) 398 ODBCDataSource.add_field(2,'Component_',0xDFF) 399 ODBCDataSource.add_field(3,'Description',3583) 400 ODBCDataSource.add_field(4,'DriverDescription',3583) 401 ODBCDataSource.add_field(5,'Registration',1282) 580 …lSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAtt…
|