Hierarchy

  • BatchCond

Methods

  • 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.

    Parameters

    Returns BatchCond

  • 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.

    Parameters

    Returns BatchCond

  • 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.

    Parameters

    Returns BatchCond

Generated using TypeDoc