com.jxml.qare.qhome.db
Interface DBData

All Superinterfaces:
DBRow

public interface DBData
extends DBRow


Method Summary
 void delete()
           
 void update()
           
 
Methods inherited from interface com.jxml.qare.qhome.db.DBRow
backup, getKey, getKeys
 

Method Detail

update

public void update()
            throws Exception

delete

public void delete()
            throws Exception