Tabelle 115 lists the IBM Sync Client C-API functions supported by DB2
Everyplace and includes the purpose of each function.
Tabelle 115. IBM Sync Client C-API function list
Function name |
Purpose
|
---|---|
iscGetVersion | Gets the version number of the Sync Client C-API. |
Tabelle 116. IBM Service API function list
Function name |
Purpose
|
---|---|
iscServiceOpen | Opens a new service. |
iscServiceOpenEx | Opens a new service using properties. |
iscServiceClose | Closes a service. |
Tabelle 117. IBM Configuration API function list
Function name |
Purpose
|
---|---|
iscConfigOpen | Opens a connection to the config store. |
iscConfigClose | Closes a connection to the config store. |
iscConfigPurge | Reinitializes the configuration. |
iscConfigOpenCursor | Gets (handle of) a cursor for iterating subscription sets. |
iscConfigCloseCursor | Disposes an opened cursor. |
iscConfigGetNextSubsSet | Gets the description of the next subscription set (if any). |
iscConfigEnableSubsSet | Enables a subscription set for synchronization. |
iscConfigDisableSubsSet | Disables synchronization on a subscription set. |
iscConfigResetSubsSet | Changes a subscription set back to the reset mode. |
iscConfigSubsSetIsEnabled | Queries if a subscription set is enabled for synchronization. |
iscConfigSubsSetIsReset | Queries if a subscription set is reset. |
iscConfigGetSubsSetStatus | Queries the sync status of the previous synchronization. |
Tabelle 118. IBM Sync Engine API function list
Function name |
Purpose
|
---|---|
iscEngineOpen | Opens a handle to the synchronization engine. |
iscEngineClose | Closes an opened handle to the synchronization engine. |
iscEngineGetInfo | Gets general information about the synchronization engine. |
iscEngineSetListener | Informs the synchronization about the user-defined listener function to use. |
iscEngineListenerPF | Data type for the user-defined listener function. |
iscEngineSetPref | Sets a preference. |
iscEngineGetPref | Retrieves a preference value. |
iscEngineSync | Launches a synchronization session. |
iscEngineSyncConfig | Synchronizes the provided config with the server. |
Zugehörige Konzepte
Zugehörige Tasks
Zugehörige Referenzen