View Source
Query type produced for a concrete table.
type QueryForTable<table, loaded> = Query< QueryTableInput<TableName<table>, TableRow<table>, TablePrimaryKey<table>>, QueryColumnTypesForTable<table>, TableRow<table>, loaded, BoundQueryPhase<"all"> >;