MCPcopy Create free account
hub / github.com/tinyplex/tinybase / setQueryDefinition

Method setQueryDefinition

src/@types/queries/index.d.ts:320–320  ·  view source on GitHub ↗
(
    queryId: Id,
    tableId: Id,
    query: (keywords: {
      select: Select;
      join: Join;
      where: Where;
      group: Group;
      having: Having;
      param: Param;
    }) => void,
    paramValues?: ParamValues,
  )

Source from the content-addressed store, hash-verified

318 //
319 /// Queries.setQueryDefinition
320 setQueryDefinition(
321 queryId: Id,
322 tableId: Id,
323 query: (keywords: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected