core.pComODBI.getNewIdFunc=
&odbiGetNewGuidNum;
core.pComODBI.clFindFunc
= &odbiChgLogFindEntry;
core.pComODBI.clAddFunc
= &odbiChgLogAddEntry;
core.pComODBI.clUpdateFunc=
&odbiChgLogUpdateEntry;
core.pComODBI.clDeleteFunc=
&odbiChgLogDeleteEntry;
core.pComODBI.clGetAllFunc=
&odbiChgLogGetAllEntry;
core.pComODBI.clGetAll4DBFunc=
&odbiChgLogGetAll4DbEntry;
core.pComODBI.clGetChangedFunc=
&odbiChgLogGetChanged;
core.pComODBI.clDeleteAllFunc=
&odbiChgLogDeleteAllEntry;
core.pComODBI.clDeleteAll4DBFunc=
&odbiChgLogDeleteAll4DbEntry;
core.pComODBI.clFindOriginIdFunc=
&odbiChgLogFindbyOriginGuidEntry;
core.pODBI[SLIB_VCARD].findFunc
= &odbiAddressFindEntry;
core.pODBI[SLIB_VCARD].getAllFunc
= &odbiAddressGetAllEntry;
core.pODBI[SLIB_VCARD].addFunc
= &odbiAddressAddEntry;
core.pODBI[SLIB_VCARD].replaceFunc
= &odbiAddressUpdateEntry;
core.pODBI[SLIB_VCARD].deleteFunc
= &odbiAddressDeleteEntry;
core.pODBI[SLIB_VCALENDAR].findFunc
= &odbiCalFindEntry;
core.pODBI[SLIB_VCALENDAR].getAllFunc
= &odbiCalGetAllEntry;
core.pODBI[SLIB_VCALENDAR].addFunc
= &odbiCalAddEntry;
core.pODBI[SLIB_VCALENDAR].replaceFunc
= &odbiCalUpdateEntry;
core.pODBI[SLIB_VCALENDAR].deleteFunc
= &odbiCalDeleteEntry;
|