Download Application Program Interface User`s Manual
Transcript
7.4 The iLoader API
else if ( type == ILO_STATISTIC_LOG )
{
statisticlog = (ALTIBASE_ILOADER_STATISTIC_LOG *) log;
printf("STATISTIC
>startTime));
printf("STATISTIC
Name );
printf("STATISTIC
ount );
printf("STATISTIC
Count);
printf("STATISTIC
Count);
}
LOG Start Time
: %s\n", ctime(&statisticlog-
LOG Table Name
: %s\n", statisticlog->table-
LOG Total Count : %d\n", statisticlog->totalCLOG Load Count
: %d\n", statisticlog->load-
LOG Error Count : %d\n", statisticlog->error-
return 0;
}
•
Registering User Callback
...
/* upload data */
altibase_iloader_datain(&handle,
ALTIBASE_ILOADER_V1,
&opt,
print_callback,
&err);
....
141
The iLoader API