Class CountAction
java.lang.Object
com.kingsrook.qqq.backend.core.actions.tables.CountAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
execute
(CountInput countInput) static Integer
execute
(String tableName, QQueryFilter filter) shorthand way to call for the most common use-case, when you just want the count to be returned, and you just want to pass in a table name and filter.
-
Constructor Details
-
CountAction
public CountAction()
-
-
Method Details
-
execute
- Throws:
QException
-
execute
shorthand way to call for the most common use-case, when you just want the count to be returned, and you just want to pass in a table name and filter.- Throws:
QException
-
cancel
public void cancel()
-