Interface LDatabaseQueryProviderType<P, R, Q extends com.io7m.darco.api.DDatabaseQueryType<P,R>>

Type Parameters:
P - The type of query parameters
R - The type of query results
Q - The precise type of query
All Superinterfaces:
com.io7m.darco.api.DDatabaseQueryProviderType<LDatabaseTransactionType, P, R, Q>

public interface LDatabaseQueryProviderType<P, R, Q extends com.io7m.darco.api.DDatabaseQueryType<P,R>> extends com.io7m.darco.api.DDatabaseQueryProviderType<LDatabaseTransactionType, P, R, Q>
The type of laurel SQLite database query providers.
  • Method Summary

    Methods inherited from interface com.io7m.darco.api.DDatabaseQueryProviderType

    create, queryClass