|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: OpenMobileIS project source
Description:
Define the operation use to manage synchro Number in the database
Method Summary | |
void |
create(java.lang.String[] parameters)
create() insert a new version number for a user ID. |
void |
createSyncTable()
check if the sync table exists. |
void |
delete(java.lang.String[] parameters)
delete() delete a synchronisation from the USERID |
java.sql.ResultSet |
getLastSyncNumber()
getLastSyncNumber() get the last sync number |
java.sql.ResultSet |
getSyncNumberbysn(java.lang.String[] parameters)
getLastSyncNumberbysn() get the sync number with specified ns |
void |
update(java.lang.String[] parameters)
update() update a synchronisation : Not used here (same as create) |
Method Detail |
public void createSyncTable() throws DatabaseException, java.sql.SQLException
DatabaseException
java.sql.SQLException
public void create(java.lang.String[] parameters) throws DatabaseException
None
DatabaseException
public void delete(java.lang.String[] parameters) throws DatabaseException
None
DatabaseException
public void update(java.lang.String[] parameters) throws DatabaseException
None
DatabaseException
public java.sql.ResultSet getLastSyncNumber() throws DatabaseException
None
DatabaseException
public java.sql.ResultSet getSyncNumberbysn(java.lang.String[] parameters) throws DatabaseException
None
DatabaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |