MCPcopy Index your code
hub / github.com/AlaSQL/alasql / parse

Method parse

types/alasql.d.ts:184–184  ·  view source on GitHub ↗
(sql: string)

Source from the content-addressed store, hash-verified

182 error: Error;
183 <T = unknown>(sql: string, params?: any, cb?: AlaSQLCallback<T>, scope?: unknown): T;
184 parse(sql: string): AlaSQLAST;
185 promise<T = unknown>(sql: string, params?: any): Promise<T>;
186 fn: userDefinedFunctionLookUp;
187 stdfn: userDefinedFunctionLookUp;

Callers 15

dupFunction · 0.80
write_FILETIMEFunction · 0.80
dupFunction · 0.80
write_FILETIMEFunction · 0.80
test609.jsFile · 0.80
test2317.jsFile · 0.80
test1173.jsFile · 0.80
test2149.jsFile · 0.80
test149.jsFile · 0.80
test326.jsFile · 0.80
test409.jsFile · 0.80
test145.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected