MCPcopy Create free account
hub / github.com/CodeFoodPixels/node-promise-mysql / QueryFunction

Interface QueryFunction

index.d.ts:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface QueryFunction {
28 <T = any>(query: mysql.Query | string | mysql.QueryOptions): Bluebird<T>;
29
30 <T = any>(options: string, values?: any): Bluebird<T>;
31}
32
33export interface Query<T> extends mysql.Query {
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected