Inheritance diagram for org.openmobileis.synchro.openmsp.client.db.ImportQueryManager:
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.
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 |