Query<T> constructor

Query<T>(
  1. String statement,
  2. QueryAble ctx,
  3. Orm<T> ormap
)

Implementation

Query(this.statement, this.ctx, this.ormap) {
  tableInfo = DeclarationHolder().byTable(T.toString())!;
}