Class ConcurrentTestCommandScript.PrintCommand

  • All Implemented Interfaces:
    ConcurrentTestCommand
    Enclosing class:
    ConcurrentTestCommandScript

    private class ConcurrentTestCommandScript.PrintCommand
    extends ConcurrentTestCommandGenerator.AbstractCommand
    Print command.

    When executed, a @print command defines how any following @fetch or @select commands will handle their resuult rows. MTSQL can print all rows, no rows, or every nth row. A printed row can be prefixed by a sequence nuber and/or the time it was received (a different notion than its rowtime, which often tells when it was inserted).