MCPcopy
hub / github.com/streetwriters/notesnook / sql

Method sql

apps/web/src/common/sqlite/sqlite-types.ts:898–898  ·  view source on GitHub ↗

* Get statement SQL * @see https://www.sqlite.org/c3ref/expanded_sql.html * @param stmt prepared statement pointer * @returns SQL

(stmt: number)

Source from the content-addressed store, hash-verified

896 * @returns SQL
897 */
898 sql(stmt: number): string;
899
900 /**
901 * SQL statement iterator

Callers 15

getMethod · 0.80
cleanupMethod · 0.80
clearSessionsMethod · 0.80
buildCacheMethod · 0.80
unlinkOfTypeMethod · 0.80
selectorMethod · 0.80
unlinkMethod · 0.80
getMethod · 0.80
countMethod · 0.80
hasMethod · 0.80
hasAllMethod · 0.80
buildCacheMethod · 0.80

Calls

no outgoing calls

Tested by 1

compareReminderFunction · 0.64