Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The <code>javax.microedition.rms.RecordStore</code> class encapculates an RMS record store. It provides several methods to manage as well as insert, update, and delete records in a record store. Each record store has Record Header and a collection of Records. </p> <p>Record Header contains the data (meta-data) about of the Record Store. The various header information stored in a Record Header is. </p> <ul> <li>Reference to the first record in the Record Store.</li> <li>Version Number of the Record Store. This parameter is zero for a newly created data store and is incremented by one for each modification to database.</li> <li>Number of records in the Record Store.</li> <li>Last Modified Time of the record store is updated to the header. This information can be used for coding custom synchronization algorithms as RMS by itself does not do any data synchronization.</li> <li>Next available Record ID in the Record Store.</li> <li>Reference to next available Record location. This reference is used by the RMS to insert a new record.</li> </ul> <hr> <ul> <li><p>API documentation: <a href="http://docs.oracle.com/javame/config/cldc/ref-impl/midp2.0/jsr118/javax/microedition/rms/package-summary.html" rel="nofollow">javax.microedition.rms package javadocs</a>.</p></li> <li><p>Online tutorials:</p> <ul> <li><p><a href="http://www.oracle.com/technetwork/systems/index-156453.html" rel="nofollow">MIDP Database Programming Using RMS: a Persistent Storage for MIDlets</a></p> <blockquote> <p>This article introduces the details of the MIDP Record Management System (RMS), a persistent storage for MIDlets, and shows how to develop MIDP database applications, using a stock database example. Throughout this article the terms record store and database are used interchangeably...</p> </blockquote></li> <li><p><a href="http://www.oracle.com/technetwork/systems/databaserms-156896.html" rel="nofollow">Databases and MIDP, Part 1: Understanding the Record Management System</a></p> <blockquote> <p>This article is... exploring what RMS has to offer and writing some simple RMS debugging aids.</p> </blockquote></li> </ul></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload