Re: [sqlite] Question regarding SQLite btree structure

2009-08-16 Thread John Machin
On 16/08/2009 6:34 PM, deddy wahyudi wrote:

> I am currently on a research project about SQLite btree data structure and I
> have a simple question here.
> 
> I need to retrieve in which offset SQLite keeps my record, for example :
> 
> lets say I have 100 records kept in a table named "customer", with three
> fields, namely "id", "name" and "address"
> I need to know in which offset SQLite keeps all my records

http://www.sqlite.org/fileformat.html
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Question regarding SQLite btree structure

2009-08-16 Thread deddy wahyudi
Hi all,

I am currently on a research project about SQLite btree data structure and I
have a simple question here.

I need to retrieve in which offset SQLite keeps my record, for example :

lets say I have 100 records kept in a table named "customer", with three
fields, namely "id", "name" and "address"
I need to know in which offset SQLite keeps all my records

I've been trying to traverse the SQLite source code, but to no avail..

Can someone direct me to a clue?
Any help/comment is appreciated and anticipated,

Cheers
-- 
Deddy Wahyudi
Database Laboratory
School Of Informatics and Electrical Engineering
Bandung Institute Of Technology
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users