OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__Select
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py
537
matching_rowids = self.
__Select
(table, [], conditions)
588
matching_rowids = self.
__Select
(table, [], conditions)
638
matching_rowids = self.
__Select
(table, columns, conditions)
648
def
__Select
(self, table, columns, conditions):
649
"""
__Select
() - Used to implement Select and Delete (above)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py
537
matching_rowids = self.
__Select
(table, [], conditions)
588
matching_rowids = self.
__Select
(table, [], conditions)
638
matching_rowids = self.
__Select
(table, columns, conditions)
648
def
__Select
(self, table, columns, conditions):
649
"""
__Select
() - Used to implement Select and Delete (above)
Completed in 24 milliseconds