public class TriggerManager extends Object
Constructor and Description |
---|
TriggerManager() |
Modifier and Type | Method and Description |
---|---|
static void |
executeTriggers(String sqlResource,
Request request,
boolean before)
Executes all trigger defined for the resource.
|
public static void executeTriggers(String sqlResource, Request request, boolean before) throws SqlResourceException
sqlResource
- SqlResource namerequest
- restSQL requestbefore
- true if before execution; false if after executionSqlResourceException
- if a trigger exception is thrown or database error occursCopyright © 2011-2018 restSQL Project Contributors