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>,Queryable<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
firstAsync, firstAsync, toArrayAsync, toArrayAsync, toListAsync, toListAsync, toMapAsync, toMapAsync, toMapAsync, toMapAsync, toSetAsync, toSetAsync, toStreamAsync, toStreamAsync
-
Constructor Details
-
AsyncStoredProcedureQuery
public AsyncStoredProcedureQuery(Class<T> underlyingClass, DBConnection connection, String procedureName, Object[] arguments)
-