|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReplicationEngine
Implementator of this interface are used by the DataConnection class to perform database synchronization.
| Method Summary | |
|---|---|
long |
getNextId(java.lang.String tableName)
Get the next ID for the named table, assuming one of the table's fields is a managed field. |
long |
getNextPseudoId(java.lang.String tableName)
Get the next PSUEDOID for the names table |
java.sql.ResultSet |
synchronizeTable(java.lang.String tableName,
int updateStrategy)
Synchronizes the specified local database table. |
| Method Detail |
|---|
java.sql.ResultSet synchronizeTable(java.lang.String tableName,
int updateStrategy)
tableName - the name of the tableconnName - the connection nameupdateStrategy - the strategory used to udpate the database.
long getNextPseudoId(java.lang.String tableName)
tableName - the table name whose ID is to be inspected
long getNextId(java.lang.String tableName)
tableName - the table name whose ID is to be inspected
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||