Libzypp/ZMD/ZMD7.1/tables/patch details

< Libzypp‎ | ZMD‎ | ZMD7.1‎ | tables
Şuraya atla: kullan, ara

patch_details

resolvable_id INTEGER NOT NULL
patch_id VARCHAR
creation_time INTEGER
reboot INTEGER
restart INTEGER
interactive INTEGER
reboot: 0 if reboot of the machine is not required.
restart: 0 if the restart of the daemon is not required.
interactive: 0 if the patch is not interactive.


patches (SQL VIEW, read only)
CREATE VIEW patches AS
SELECT * FROM resolvables, patch_details
WHERE resolvables.id = patch_details.resolvable_id;


back ...


Last edit in Trac '03/22/06 17:00:06' by 'kkaempf'


Last edit in Trac '03/22/06 17:00:06' by 'kkaempf'


Last edit in Trac '03/22/06 17:00:06' by 'kkaempf'


Last edit in Trac '03/22/06 17:00:06' by 'kkaempf'