Searched refs:ODBCDataSource (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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…
|