Home | Trees | Index | Help |
---|
|
sqltriples
: A simple SQL-accessible RDF triple store.
__builtin__.object
:
The most base type...
exceptions.BaseException
:
Common base class for all exceptions...
exceptions.Exception
:
Common base class for all non-exit exceptions.
__builtin__.basestring
:
Type basestring cannot be instantiated; it is the base for str and unicode.
__builtin__.unicode
:
unicode(string [, encoding[, errors]]) -> object
Create a new Unicode object from the given encoded string.
sqltriples.Types.Special
:
A special abstract class inheriting from the unicode type.
sqltriples.Types.Literal
:
A literal compatible with the rdflib class of the same name.
sqltriples.Types.URIRef
:
An URI reference compatible with the rdflib class of the same name.
sqltriples.Types.Namespace
:
A namespace compatible with the rdflib class of the same name.
__builtin__.type
:
type(object) -> the object's type...
sqltriples.Adapters.Adapter
sqltriples.Query.AbstractQuery
sqltriples.Query.Query
:
An abstract class providing support for lazy query evaluation.
sqltriples.Query.Results
:
A class representing a selection of results obtained by specifying a
pattern.
sqltriples.Query.CountableResults
:
A class representing a count of some results.
sqltriples.Query.SingleResults
:
A class representing a selection of single value results.
sqltriples.Query.Objects
:
A class representing a selection of objects.
sqltriples.Query.Predicates
:
A class representing a selection of predicates.
sqltriples.Query.Subjects
:
A class representing a selection of subjects.
sqltriples.Query.Triples
:
A class representing a selection of triples.
sqltriples.Query.Tuples
:
A class representing a selection of triples.
sqltriples.Query.Subject
:
A class representing a more conveniently accessible subject.
sqltriples.Query.CombinedResults
sqltriples.Query.Negation
:
A class representing the negation of other results.
sqltriples.Store.TripleStore
:
A triple store whose contents are stored in an SQL-accessible database
table.
sqltriples.Types.AbstractExpression
:
An abstract expression class providing tuple infrastructure.
sqltriples.Types.Expression
:
An general class wrapping an expression and associated values.
sqltriples.Types.LiteralExpression
:
An expression acting as a Literal.
sqltriples.Types.URIRefExpression
:
An expression acting as a URIRef.
sqltriples.Types.BNode
:
A BNode compatible with the rdflib class of the same name.
sqltriples.Types.Defined
:
A class indicating a value defined for a particular relation.
sqltriples.Types.Pattern
:
A pattern which may be unpacked like a tuple.
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Sep 18 23:34:28 2007 | http://epydoc.sf.net |