Package rdflib :: Package store
[show private | hide private]
[frames | no frames]

Package rdflib.store

Submodules
  • AbstractSQLStore
  • AuditableStorage: This wrapper intercepts calls through the store interface And implements thread-safe logging of destructive operations (adds / removes) in reverse.
  • BerkeleyDB
  • Concurrent
  • FOPLRelationalModel
    • BinaryRelationPartition: The set of classes used to model the 3 'partitions' for N3 assertions.
    • QuadSlot: Utility functions associated with RDF terms:...
    • RelationalHash: This module implements two hash tables for identifiers and values that facilitate maximal index lookups and minimal redundancy (since identifiers and values are stored once only and referred to by integer half-md5-hashes).
  • IOMemory
  • Memory
  • MySQL
  • NodePickler
  • REGEXMatching: This wrapper intercepts calls through the store interface which make use of The REGEXTerm class to represent matches by REGEX instead of literal comparison Implemented for stores that don't support this and essentially provides the support by replacing the REGEXTerms by wildcards (None) and matching against the results from the store it's wrapping
  • Sleepycat

Classes
Store  
StoreCreatedEvent This event is fired when the Store is created, it has the folloing attribute:
TripleAddedEvent This event is fired when a triple is added, it has the following attributes:
TripleRemovedEvent This event is fired when a triple is removed, it has the following attributes:

Variable Summary
int CORRUPTED_STORE = 0                                                                     
int NO_STORE = -1                                                                    
NoneType UNKNOWN = None                                                                  
int VALID_STORE = 1                                                                     

Variable Details

CORRUPTED_STORE

Type:
int
Value:
0                                                                     

NO_STORE

Type:
int
Value:
-1                                                                    

UNKNOWN

Type:
NoneType
Value:
None                                                                  

VALID_STORE

Type:
int
Value:
1                                                                     

Generated by Epydoc 2.1 on Wed Apr 4 16:05:47 2007 http://epydoc.sf.net