R
- the generic type of the result
.E
- the generic type of a single selection of the AbstractSelectStatement
.T
- the generic type of the internal results
.public class NumberQueryImpl<R extends Number & Comparable<?>,E,T> extends QueryImpl<R,E,T> implements NumberQuery<R>
NumberQuery
.Constructor and Description |
---|
NumberQueryImpl(AbstractSelectStatement<E,?,T> statement,
String sql)
The constructor.
|
public NumberQueryImpl(AbstractSelectStatement<E,?,T> statement, String sql)
statement
- the AbstractSelectStatement
that created
this
Query
.sql
- the SQL of the statement
.Copyright © 2001–2016 mmm-Team. All rights reserved.