single method

Query single(
  1. KeyType id
)

Implementation

Query single(KeyType id) => table.single(id);