Interface | Description |
---|---|
Command | |
ListQuery<E> | |
NumberQuery<E extends Number & Comparable<?>> | |
Query<E> |
This is the interface for a query that is the
result of a SelectStatement .Besides executing the Query you can also reuse it as a sub-query in more complex
Statement s. |
SingleQuery<E> |
This is the interface for a
Query that can only match a single result. |
Copyright © 2001–2016 mmm-Team. All rights reserved.