SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TCompressionAlgorithm type
Top 

type TCompressionAlgorithm = (caNone, caZLIB, caBZIP, caPPM);


Value
Meaning
caNone
No compression
caZLIB
Deflate algorithm used in ZIP and ZLIB
caBZIP
BZIP algorithm, better compression rate then Deflate and fast decompression
caPPM
PPM algorithm, better compression rate then BZIP and rather slow





© AidAim Software SQLMemTable: