Package conary :: Module _sqlite3
[hide private]
[frames] | no frames]

Module _sqlite3



Functions [hide private]
 
connect(path)
Opens a new database connection.
 
decode(s)
Decode encoded binary string retrieved from SQLite.
 
enable_callback_debugging(...)
 
encode(s)
Encode binary string 's' for storage in SQLite.
 
sqlite_version(...)
 
sqlite_version_info(...)
Variables [hide private]
  BINARY = 8
  BOOLEAN = 9
  DATE = 4
  FLOAT = 1
  INTEGER = 0
  INTERVAL = 5
  NULL = 10
  STRING = 6
  TIME = 3
  TIMESTAMP = 2
  UNICODESTRING = 7
Function Details [hide private]

connect(path)

 
Opens a new database connection.
Returns:
Connection

decode(s)

 
Decode encoded binary string retrieved from SQLite.
Returns:
decoded binary string

encode(s)

 
Encode binary string 's' for storage in SQLite.
Returns:
encoded binary string