What is the openRecordStore() method?
What is the openRecordStore() method?
Rating:
The openRecordStore() method creates or opens a RecordStore. This method takes four parameters: a String, two Boolean, and an Int. The general form of this method is as given below:
The first parameter specifies the name of the RecordStore. The second parameter specifies whether or not the RecordStore is to be created. The value set to true indicates that the RecordStore is to be created. The third parameter specifies whether or not the RecordStore will be shared among MIDlets belonging to other MIDlet suites. The fourth parameter specifies whether or not MIDlets from other MIDlet suites can write in this RecordStore.
Rating:
Other articles
- What is the setTransform() method?
- What is the getNumRecords() method?
- What is the Spacer class?
- What is the playTone() method?
- What is the registerAlarm() method?