Interface QueryExecute<R>

All Superinterfaces:
Printable, Queryable
All Known Subinterfaces:
PreparedQuery<R>, QueryCondition<S,​O,​R>, QueryFilter<R>, QueryOrderOperation<S,​R>, QueryParam<R>, QuerySelectOperation<S,​O,​R>
All Known Implementing Classes:
QueryExecutor, QueryOrderer

public interface QueryExecute<R>
extends Queryable