Add more info on delEntries

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12652 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-05-13 10:36:16 +00:00
parent 00afad1db2
commit 112389df2b

View File

@ -3115,6 +3115,10 @@ sub getAllAttribs
$table->commit;
Build delete statement and'ing the elements of the hash
DELETE FROM nodelist WHERE ("groups" = "compute1" AND "node" = "node1")
If called with no attributes, it will delete all entries in the table.
$table->delEntries();
$table->commit;
Comments:
none