166167168169170171172
} /* exec query methods */ public long count() throws DBException { return this.target(new Count()).<Long>one(); }