Package rdflib :: Package store :: Package FOPLRelationalModel :: Module RelationalHash :: Class LiteralHash
[show private | hide private]
[frames | no frames]

Class LiteralHash

RelationalHash --+
                 |
                LiteralHash


Method Summary
  generateDict(self, db)
  insertIdentifiers(self, db)
  updateIdentifierQueue(self, termList)
    Inherited from RelationalHash
  __init__(self, identifier)
  __repr__(self)
  createSQL(self)
  defaultSQL(self)
  dropSQL(self)
  EscapeQuotes(self, qstr)
  IndexManagementSQL(self, create)
  normalizeTerm(self, term)

Class Variable Summary
list columns = [('id', 'BIGINT unsigned', [None, 'id']), ('le...
str tableNameSuffix = 'literals'

Class Variable Details

columns

Type:
list
Value:
[('id', 'BIGINT unsigned', [None, 'id']),
 ('lexical', 'text', ['lexicalIndex', 'lexical(100)'])]                

tableNameSuffix

Type:
str
Value:
'literals'                                                             

Generated by Epydoc 2.1 on Mon Oct 23 14:11:25 2006 http://epydoc.sf.net