All Packages  This Package  Class Hierarchy  Class Search  Index

Class com.syncbuilder.storage.expense.DatabaseImpl
java.lang.Object
   |
   +----com.syncbuilder.storage.DatabaseImpl
           |
           +----com.syncbuilder.storage.expense.DatabaseImpl

  Summary

public class  DatabaseImpl
     extends com.syncbuilder.storage.DatabaseImpl
{
          // Constructors 1
     public DatabaseImpl();

          // Methods 8
     public AppBlock createAppBlock();
     public AppBlock createAppBlock(byte[]);
     public Pref createPref();
     public Pref createPref(byte[], int, int, boolean);
     public Record createRecord();
     public Record createRecord(byte[], RecordID, int, int, int);
     public Char4 getCreatorID();
     public String getDBName();
}

The DatabaseImpl for use with the Pilot's built-in Expense-application




  Constructors

· DatabaseImpl

Summary  |  Top

   public DatabaseImpl() 

Default constructor



  Methods

· createAppBlock

Summary  |  Top
   public AppBlock createAppBlock() 
Overrides:
createAppBlock in class DatabaseImpl


· createAppBlock

Summary  |  Top
   public AppBlock createAppBlock(byte[] contents) 
Overrides:
createAppBlock in class DatabaseImpl


· createRecord

Summary  |  Top
   public Record createRecord() 
Overrides:
createRecord in class DatabaseImpl


· createRecord

Summary  |  Top
   public Record createRecord(byte[] contents, 
                              RecordID id, 
                              int index, 
                              int attr, 
                              int cat) 
Overrides:
createRecord in class DatabaseImpl


· createPref

Summary  |  Top
   public Pref createPref() 


· createPref

Summary  |  Top
   public Pref createPref(byte[] contents, 
                          int id, 
                          int version, 
                          boolean backup) 
Overrides:
createPref in class DatabaseImpl


· getCreatorID

Summary  |  Top
   public Char4 getCreatorID() 
Overrides:
getCreatorID in class DatabaseImpl


· getDBName

Summary  |  Top
   public String getDBName() 
Overrides:
getDBName in class DatabaseImpl


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7