Interface StDatabaseQueryProviderType<P,R,Q extends com.io7m.darco.api.DDatabaseQueryType<P,R>>
- Type Parameters:
P- The type of query parametersR- The type of query resultsQ- The precise type of query
- All Superinterfaces:
com.io7m.darco.api.DDatabaseQueryProviderType<StDatabaseTransactionType,P, R, Q>
public interface StDatabaseQueryProviderType<P,R,Q extends com.io7m.darco.api.DDatabaseQueryType<P,R>>
extends com.io7m.darco.api.DDatabaseQueryProviderType<StDatabaseTransactionType,P,R,Q>
The type of database query providers.
-
Method Summary
Methods inherited from interface com.io7m.darco.api.DDatabaseQueryProviderType
create, queryClass