public static interface Database.FormulaQueryCallback
Modifier and Type | Method and Description |
---|---|
Database.Action |
deletionFound(Database db,
Database.SearchMatch searchMatch,
TypedAccess computedValues) |
Database.Action |
matchFound(Database db,
Database.SearchMatch searchMatch,
TypedAccess computedValues) |
Database.Action |
nonMatchFound(Database db,
Database.SearchMatch searchMatch,
TypedAccess computedValues) |
Database.Action matchFound(Database db, Database.SearchMatch searchMatch, TypedAccess computedValues)
Database.Action nonMatchFound(Database db, Database.SearchMatch searchMatch, TypedAccess computedValues)
Database.Action deletionFound(Database db, Database.SearchMatch searchMatch, TypedAccess computedValues)
Copyright © 2019–2021 HCL. All rights reserved.