Fetches exactly one row. Throws if no row is found.
Future<SafeRow<R>> get<P, R extends Record>( Query<P, R> query, [ P? params, ]);