Class AsyncStoredProcedureQuery<T>
java.lang.Object
com.github.collinalpert.java2db.queries.StoredProcedureQuery<T>
com.github.collinalpert.java2db.queries.async.AsyncStoredProcedureQuery<T>
- All Implemented Interfaces:
AsyncQueryable<T>,AsyncSingleQueryable<T>,Queryable<T>,SingleQueryable<T>
public class AsyncStoredProcedureQuery<T> extends StoredProcedureQuery<T> implements AsyncQueryable<T>
- Author:
- Collin Alpert
-
Constructor Summary
Constructors Constructor Description AsyncStoredProcedureQuery(Class<T> underlyingClass, DBConnection connection, String procedureName, Object[] arguments) -
Method Summary
Methods inherited from class com.github.collinalpert.java2db.queries.StoredProcedureQuery
first, getQuery, toArray, toList, toMap, toSet, toStreamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.collinalpert.java2db.queries.async.AsyncQueryable
toArrayAsync, toArrayAsync, toListAsync, toListAsync, toMapAsync, toMapAsync, toMapAsync, toMapAsync, toSetAsync, toSetAsync, toStreamAsync, toStreamAsyncMethods inherited from interface com.github.collinalpert.java2db.queries.async.AsyncSingleQueryable
firstAsync, firstAsyncMethods inherited from interface com.github.collinalpert.java2db.queries.Queryable
toArray, toList, toMap, toMap, toSet, toStreamMethods inherited from interface com.github.collinalpert.java2db.queries.SingleQueryable
first, getQuery
-
Constructor Details
-
AsyncStoredProcedureQuery
public AsyncStoredProcedureQuery(Class<T> underlyingClass, DBConnection connection, String procedureName, Object[] arguments)
-