Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SELECT * FROM XpTransaction T, XpTransaction_Distribution D FROM T.reportId = D.reportId AND T.eLineNo = D.eLineNo

Info

The default pageSize from Admin for any list is 20 records. When a user selects data from the JDBC the backend will call the API until all data is fulfilled.

Query: SELECT * FROM Currency

Currency table contains 100 records

0……19 ← call 1

20…39 ← call 2

40…59 ← call 3

60…79 ← call 4

80…99 ← call 5