Section 3.2. Pager Interface Structure

Page Cache Management > Pager Interface Structure

3.2. Pager Interface Structure

The pager module implements a data structure named Pager. Each open database file is managed through a separate Pager object, and each Pager object is associated with one and only one instance of an open database file. (The object is synonymous with the database file.) The B+-tree module, to use a database file, creates a new Pager object, and uses the object as a handle to apply pager-level operations on the file. The pager module uses the handle to track down information regarding file locks, the journal file, the status of the database, the status of the journal, etc.



Inside SQLite
Inside Symbian SQL: A Mobile Developers Guide to SQLite
ISBN: 0470744022
EAN: 2147483647
Year: 2004
Pages: 29
Authors: Ivan Litovski, Richard Maynard
BUY ON AMAZON

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net