Home
last modified time | relevance | path

Searched refs:_cursor (Results 1 – 3 of 3) sorted by relevance

/external/clearsilver/python/examples/trans/
Ddb_trans.py51 self._cursor = None
60 if self._cursor is None:
62 self._cursor = profiler.ProfilerCursor(self.db.cursor())
64 self._cursor = self.db.cursor()
66 return self._cursor
/external/clearsilver/util/
Dwdb.h40 typedef struct _cursor struct
/external/clearsilver/python/examples/base/
Dodb.py96 self._cursor = None
105 if self._cursor is None:
106 self._cursor = self.db.cursor()
107 return self._cursor