Home | Trees | Index | Help |
---|
Package sqltriples :: Module Query :: Class Subject |
|
AbstractQuery
--+
|
Subject
A class representing a more conveniently accessible subject.
Method Summary | |
---|---|
Initialise the subject instance with the given 'store' and 'subject' identifier. | |
__delitem__(self,
predicate)
| |
__getitem__(self,
predicate)
| |
__setitem__(self,
predicate,
object)
| |
get_child_query(self,
index)
| |
get_query(self,
index,
constraints)
| |
get_subquery(self,
parent_columns,
parent_index,
index,
match_first,
match_parent,
match_child)
| |
keys(self)
| |
values(self)
|
Class Variable Summary | |
---|---|
list |
exposed_columns = [('subject', 'subject_type')]
|
Inherited from AbstractQuery | |
list |
table_columns = [('subject', 'subject_type', 0), ('predi...
|
Method Details |
---|
__init__(self,
store,
subject)
|
Class Variable Details |
---|
exposed_columns
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Sep 18 23:34:27 2007 | http://epydoc.sf.net |