What is the relationship between IRimTable and PersistenceStore?
        Posted  
        
            by Martin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Martin
        
        
        
        Published on 2008-11-19T21:35:30Z
        Indexed on 
            2010/05/09
            4:28 UTC
        
        
        Read the original article
        Hit count: 339
        
blackberry
|persistence
The BlackBerry Desktop API has the interface IRimTable which apparently maps an "application database" on a BlackBerry device to a virtual structure (i.e, IRimTable has IRimRecords, each of which has IRimField) that developer can browse the handheld device data when it is connected to a desktop computer.
Meanwhile, applications in the handheld device can store its data in PersistenceStore databases. The point where I'm stuck is the PersistenceStore API doesn't define any Table or Records or Fields.
Does anybody knows what is the relationship between these two classes? And how does the mapping work (if at all) ?
© Stack Overflow or respective owner