Home
last modified time | relevance | path

Searched defs:col_match_spec (Results 1 – 1 of 1) sorted by relevance

/external/clearsilver/python/examples/base/
Dodb.py639 def _fixColMatchSpec(self,col_match_spec, should_match_unique_row = 0): argument
700 def __buildWhereClause (self, col_match_spec,other_clauses = None): argument
734 … def __fetchRows(self,col_match_spec,cursor = None, where = None, order_by = None, limit_to = None, argument
1032 def deleteRow(self,col_match_spec, where=None): argument
1056 def fetchRow(self, col_match_spec, cursor = None): argument
1077 def fetchRows(self, col_match_spec = None, cursor = None, argument
1090 def fetchRowCount (self, col_match_spec = None, argument