Interface IDatabaseService
public interface IDatabaseService
Middle layer b/n the
IDatabaseSynchronizer
and stored procedures.
Assembles/disassembles ISynchronizable
objects.-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getColumns
(String tableName, DBLocation location) getPrimaryKeys
(String tableName, DBLocation location) getWorker
(DBLocation location) void
selectData
(SynchronizableTable table, DBLocation location) void
shutdown()