|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
DefaultDBImportQueryManager
Method Summary | |
void |
executeCreateQuery(java.lang.String[] data)
execute the creation query |
void |
executeDeleteQuery(java.lang.String[] data)
execute the delete query |
void |
executeUpdateQuery(java.lang.String[] data)
execute the update query |
void |
importDataFile(java.lang.String fileName)
import all data in the specified file |
Method Detail |
public void executeCreateQuery(java.lang.String[] data) throws DatabaseException
DatabaseException
public void executeUpdateQuery(java.lang.String[] data) throws DatabaseException
DatabaseException
public void executeDeleteQuery(java.lang.String[] data) throws DatabaseException
DatabaseException
public void importDataFile(java.lang.String fileName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |