27.13.6 Printing the Content of a PgxFrame
You can observe the contents of a frame using the print functionality as shown:
               
opg4j> exampleFrame.print()exampleFrame.print();example_frame.print()The output appears as follows:
+--------------------------------------------------+
| FROM_ACCT_ID | TO_ACCT_ID | AMOUNT | DESCRIPTION |
+--------------------------------------------------+
| 2            | 546        | 1000.0 | transfer    |
| 2            | 840        | 1000.0 | transfer    |
| 2            | 493        | 1000.0 | transfer    |
| 2            | 693        | 1000.0 | transfer    |
| 2            | 833        | 1000.0 | transfer    |
+--------------------------------------------------+
Parent topic: PgxFrames Tabular Data-Structure