Inheritance diagram for org.openmobileis.synchro.algo.syncnumber.impl.MSSQLSyncNumberQueryManager:
Data mapping is made for InstantDB database
Definition at line 44 of file MSSQLSyncNumberQueryManager.java.
Public Member Functions | |
MSSQLSyncNumberQueryManager () | |
MSSQLSyncNumberQueryManager (JdbcPoolManagerDB pool) | |
void | create (String parameters[]) throws DatabaseException |
create() insert a new version number for a user ID. | |
void | createSyncTable () throws DatabaseException, java.sql.SQLException |
check if the sync table exists. | |
void | delete (String parameters[]) throws DatabaseException |
delete() delete a synchronisation from the USERID | |
void | update (String parameters[]) throws DatabaseException |
update() update a synchronisation : Not used here (same as create) | |
ResultSet | getTimeStampForsn (String parameters[]) throws DatabaseException |
getLastSyncNumberbysn() get the sync number with specified ns | |
ResultSet | getLastSyncNumber () throws DatabaseException |
getLastSyncNumber() get the last sync number | |
ResultSet | getSyncNumberbysn (String parameters[]) throws DatabaseException |
getLastSyncNumberbysn() get the sync number with specified ns |
|
create() insert a new version number for a user ID. Create the user Id if it does not exist.
Implements org.openmobileis.synchro.algo.syncnumber.impl.SyncNumberQueryManager. Definition at line 95 of file MSSQLSyncNumberQueryManager.java. |
|
check if the sync table exists. IF it does not exist, create it Implements org.openmobileis.synchro.algo.syncnumber.impl.SyncNumberQueryManager. Definition at line 102 of file MSSQLSyncNumberQueryManager.java. |
|
delete() delete a synchronisation from the USERID
Implements org.openmobileis.synchro.algo.syncnumber.impl.SyncNumberQueryManager. Definition at line 132 of file MSSQLSyncNumberQueryManager.java. |
|
getLastSyncNumber() get the last sync number
Implements org.openmobileis.synchro.algo.syncnumber.impl.SyncNumberQueryManager. Definition at line 162 of file MSSQLSyncNumberQueryManager.java. References org.openmobileis.common.util.database.AbstractQueryManager.executeQuery(). |
|
getLastSyncNumberbysn() get the sync number with specified ns
Implements org.openmobileis.synchro.algo.syncnumber.impl.SyncNumberQueryManager. Definition at line 172 of file MSSQLSyncNumberQueryManager.java. |
|
getLastSyncNumberbysn() get the sync number with specified ns
Definition at line 153 of file MSSQLSyncNumberQueryManager.java. References org.openmobileis.common.util.database.AbstractQueryManager.executeQuery(). |
|
update() update a synchronisation : Not used here (same as create)
Implements org.openmobileis.synchro.algo.syncnumber.impl.SyncNumberQueryManager. Definition at line 142 of file MSSQLSyncNumberQueryManager.java. |