com.jxml.qare.qhome.db
Interface DBRow

All Known Subinterfaces:
DBData
All Known Implementing Classes:
DBAccount.Row, DBApplication.Row, DBKeyPair.Row, DBLocalPrivileges.Row, DBMessageBoard.Row, DBPrivilege.Row, DBRegisterPending.Row, DBRemoteAccount.Row, DBUser.Row, DBContentIdentifier.Row, DBAppTable.Row, DBUserDelegations.Row, DBSystem.Row, DBRegisterInfo.Row, DBInbox.Row, DBSession.Row, DBProject.Row, DBAppData.Row, DBPendingMessage.Row

public interface DBRow


Method Summary
 void backup(DataOutputStream dos)
           
 Object getKey()
           
 List getKeys()
           
 

Method Detail

getKeys

public List getKeys()

getKey

public Object getKey()

backup

public void backup(DataOutputStream dos)
            throws Exception