Package com.kingsrook.qqq.backend.core.actions.tables
package com.kingsrook.qqq.backend.core.actions.tables
-
ClassesClassDescriptionAction to run an aggregate against a table.Action to run a count against a table.Action to delete 1 or more records.Action to run a get against a table.Action to insert one or more records.Action to run a query against a table.Action to do a "replace" - e.g: Update rows with unique-key values that are already in the table; insert rows whose unique keys weren't already in the table, and delete rows that weren't in the input (all based on a UniqueKey that's part of the input) Note - the filter in the ReplaceInput - its role is to limit what rows are potentially deleted.Action to do (generally, "mass") storage operations in a backend.Action to update one or more records.