Static
Create a condition that is a logical AND of other conditions.
Create a condition that evaluates to true when the given step fails.
If the given step succeeds or is skipped because its condition evaluated to false, this condition evaluates to false.
Create a condition that evaluates to true when the SQL connection is in autocommit mode (not inside an explicit transaction). This requires protocol version 3 or higher.
Create a condition that is a logical negation of another condition.
Create a condition that evaluates to true when the given step executes successfully.
If the given step fails error or is skipped because its condition evaluated to false, this condition evaluates to false.
Create a condition that is a logical OR of other conditions.
Generated using TypeDoc
Create a condition that is a logical AND of other conditions.