QueryForTable

View Source

Summary

Query type produced for a concrete table.

Signature

type QueryForTable<table, loaded> = Query<
  QueryTableInput<TableName<table>, TableRow<table>, TablePrimaryKey<table>>,
  QueryColumnTypesForTable<table>,
  TableRow<table>,
  loaded,
  BoundQueryPhase<"all">
>;