Package com.kingsrook.qqq.backend.core.actions.tables.helpers
package com.kingsrook.qqq.backend.core.actions.tables.helpers
-
ClassDescriptionFor actions that may want to set a timeout, and cancel themselves if they run too long - this class helps.After running a query, if it's for a table that's a CacheOf another table, see if there are any cache use-cases to apply to the query result.Singleton, which starts a thread, to store query stats into a table.Methods to help with unique key checks.To make a list of unique key values here behave like they do in an RDBMS (which is what we're trying to mimic - which is - 2 null values in a field aren't considered the same, so they don't violate a unique key) (at least, that's how some RDBMS's work, right??)Helper for backends that want to do their updates on records grouped by the set of fields that are being changed, and/or by the values those fields are being set to.