MCPcopy Index your code
hub / github.com/clips/pattern / execute

Method execute

pattern/db/__init__.py:1279–1282  ·  view source on GitHub ↗

Executes the query and returns the matching rows from the table.

(self)

Source from the content-addressed store, hash-verified

1277 sql = SQL
1278
1279 def execute(self):
1280 """ Executes the query and returns the matching rows from the table.
1281 """
1282 return self._table.db.execute(self.SQL())
1283
1284 def rows(self):
1285 """ Executes the query and returns the matching rows from the table.

Callers 13

rowsMethod · 0.95
connectMethod · 0.45
executeMethod · 0.45
appendMethod · 0.45
_updateMethod · 0.45
_set_nameMethod · 0.45
countMethod · 0.45
rowsMethod · 0.45
filterMethod · 0.45
_insert_idMethod · 0.45
insertMethod · 0.45
updateMethod · 0.45

Calls 1

SQLMethod · 0.95

Tested by

no test coverage detected