Ft.Rdf.Drivers.Dbm

Modules

Memory  cPickle  os  threading 

Classes

__init__(self, name, modelName='default')
add(self, statements)
begin(self)
bind(self, object, name, scope)
commit(self)
remove(self, statements)
removePattern(self, subject, predicate, object, statementUri, scope, flags)
rollback(self)
unbind(self, name, scope)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Drivers.Dbm'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class ModelCache
__init__(self)
begin(self, fName, modelName)
commit(self, fName, statements, bound, modelName)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Drivers.Dbm'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class PROPERTIES

Data and other non-method functions defined here:

OBJECT_TYPE_SUPPORTED = 1
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
__doc__ = None
__module__ = 'Ft.Rdf.Drivers'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Functions

CreateDb(dbName, modelName='default')
CreateFileName(dbName)
DestroyDb(dbName, modelName='default')
ExistsDb(dbName, modelName='default')
GetDb(dbName, modelName='default')

Data

DATABASE_DIR = '/var/lib/4Suite/lib/ftss/Databases'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
LOCALSTATEDIR = '/var/lib/4Suite'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Rdf/Drivers/Dbm.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Rdf.Drivers.Dbm'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
g_modelCache = <Ft.Rdf.Drivers.Dbm.ModelCache instance>