Typedefs | |
| typedef void | TfCLM100NP(TsF4sLoad *psPar) |
| Load function. | |
| typedef void | TfCLN100NP(TsF4sSearchIn *psInPar, TsF4sOut *psOutPar) |
| Lookup function. | |
| typedef void | TfCLU100NP(const TsF4sUpdateIn *psInPar, TsF4sOut *psOutPar) |
| Update function. | |
| typedef void | TfCLX100NP(const TsF4sMigrateIn *psInPar, TsF4sOut *psOutPar) |
| Migrate function. | |
| typedef void | TfCLG100NP(const TsF4sGenerateIn *psInPar, TsF4sOut *psOutPar) |
| Generate function. | |
| typedef void TfCLM100NP(TsF4sLoad *psPar) |
Load function.
This function is used for the initial sequential or the ascending appending load of the FLAM SEPA archive.
| [in,out] | psPar | Parameter structure |
| typedef void TfCLN100NP(TsF4sSearchIn *psInPar, TsF4sOut *psOutPar) |
Lookup function.
Performs lookups in the FLAM SEPA archive.
| [in,out] | psInPar | Inbound parameter structure |
| [in,out] | psOutPar | Outbound parameter structure |
| typedef void TfCLU100NP(const TsF4sUpdateIn *psInPar, TsF4sOut *psOutPar) |
Update function.
Updates the transaction data (including the possibility to delete records) in a FLAM SEPA archive.
| [in] | psInPar | Input parameter structure |
| [out] | psOutPar | Output parameter structure |
| typedef void TfCLX100NP(const TsF4sMigrateIn *psInPar, TsF4sOut *psOutPar) |
Migrate function.
Migrates signature files to a newer FLAM 4 SEPA archive version.
| [in] | psInPar | Input parameter structure |
| [out] | psOutPar | Output parameter structure |
| typedef void TfCLG100NP(const TsF4sGenerateIn *psInPar, TsF4sOut *psOutPar) |
Generate function.
This function is used to re-generate signature files of FLAM 4 SEPA archives.
| [in] | psInPar | Input parameter structure |
| [out] | psOutPar | Output parameter structure |