Class TableQueryExecutor
java.lang.Object
com.kingsrook.qqq.middleware.javalin.executors.AbstractMiddlewareExecutor<TableQueryInput,TableQueryOutputInterface>
com.kingsrook.qqq.middleware.javalin.executors.TableQueryExecutor
- Direct Known Subclasses:
ApiAwareTableQueryExecutor
public class TableQueryExecutor
extends AbstractMiddlewareExecutor<TableQueryInput,TableQueryOutputInterface>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(TableQueryInput input, TableQueryOutputInterface output)
-
Field Details
-
DEFAULT_QUERY_TIMEOUT_SECONDS
-
-
Constructor Details
-
TableQueryExecutor
public TableQueryExecutor()
-
-
Method Details
-
execute
- Specified by:
execute
in classAbstractMiddlewareExecutor<TableQueryInput,
TableQueryOutputInterface> - Throws:
QException
-