Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

org.openmobileis.synchro.openmsp.client.db.ImportQueryManager Interface Reference

Inheritance diagram for org.openmobileis.synchro.openmsp.client.db.ImportQueryManager:

org.openmobileis.synchro.openmsp.client.db.ObjectDBImportQueryManager org.openmobileis.database.fastobjectdb.synchro.client.FODBImportQueryManager List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: Base interface that all query manager implements.

A query manager is use to interface a database with a synchronisation process Server update are send to the mobile in a row format. Rows are decoded with a DecodedROwListener and database are updated with a ImportQueryManager. A default implemantation is provided to interfce with the base synchronisation process.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.
See also:
DefaultDBImportQueryManager

Definition at line 42 of file ImportQueryManager.java.

Public Member Functions

void executeCreateQuery (String[] data) throws DatabaseException
 execute the creation query
void executeUpdateQuery (String[] data) throws DatabaseException
 execute the update query
void executeDeleteQuery (String[] data) throws DatabaseException
 execute the delete query
void importDataFile (String fileName)
 import all data in the specified file


The documentation for this interface was generated from the following file:
Generated on Wed Dec 14 21:05:40 2005 for OpenMobileIS by  doxygen 1.4.4