com.jxml.qare.qhome.db
Class DBAppTable.Row
java.lang.Object
|
+--com.jxml.qare.qhome.db.DBAppTable.Row
- All Implemented Interfaces:
- DBRow
- Enclosing class:
- DBAppTable
- public final class DBAppTable.Row
- extends Object
- implements DBRow
DBAppTable.Row
public DBAppTable.Row(DBApplication.Row application,
int containerId,
String tableName,
String entryKey,
int entryId)
getKeys
public List getKeys()
- Specified by:
getKeys
in interface DBRow
getKey
public Object getKey()
- Specified by:
getKey
in interface DBRow
delete
public void delete(P2PPlugin qapp)
throws Exception
closed
public boolean closed()
getContainer
public AppData getContainer(P2PPlugin qapp)
throws Exception
getEntry
public AppData getEntry(P2PPlugin qapp)
throws Exception
getTableName
public String getTableName()
getEntryKey
public String getEntryKey()
getApplication
public DBApplication.Row getApplication()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
backup
public void backup(DataOutputStream dos)
throws Exception
- Specified by:
backup
in interface DBRow