MCPcopy
hub / github.com/AlaSQL/alasql / exec

Method exec

types/alasql.d.ts:149–149  ·  view source on GitHub ↗
(sql: string, params?: any, cb?: AlaSQLCallback<T>)

Source from the content-addressed store, hash-verified

147 astCache: {[key: string]: unknown};
148 resetSqlCache(): void;
149 exec<T = unknown>(sql: string, params?: any, cb?: AlaSQLCallback<T>): T;
150 autoval(tablename: string, colname: string, getNext: boolean): unknown;
151 }
152

Callers 15

parse_manifestFunction · 0.65
rtf_to_sheet_strFunction · 0.65
parse_xlml_xmlFunction · 0.65
parse_ods_stylesFunction · 0.65
parse_content_xmlFunction · 0.65
parse_manifestFunction · 0.65
rtf_to_sheet_strFunction · 0.65
parse_xlml_xmlFunction · 0.65
parse_ods_stylesFunction · 0.65
parse_content_xmlFunction · 0.65
test033.jsFile · 0.65
test039.jsFile · 0.65

Implementers 1

Databasesrc/database/Database.js

Calls

no outgoing calls

Tested by

no test coverage detected