Module sqlite2_file
[hide private]
[frames] | no frames]

Module sqlite2_file

source code

Handle reading data off an SQLit2 2.x data file

Classes [hide private]
  InvalidFile
  InvalidByteOrder
  BadTable
  Cell
  Page
  Page1
  OverflowPage
  DBFile
Variables [hide private]
  BO = '<'
  signature = '** This file contains an SQLite 2.1 database **\x00'
  signature_len = 48
  LE_string = '(u\xe3\xda'
  BE_string = '\xda\xe3u('
  Page_Length = 1024
  Max_Cell_Data_Len = 238