Hi All,
I have a requirement of check whether child Viewobject in view link have any rows or not.
I'm thinking of using below solutions in VORowImpl Class
- VO.getAllRowsInRange()
- VO.getRowCount()
- VO.getFetchedRowCount()
- calling a function in plsql package and getting value.
My child object have huge data, So main concern is performance.
So which is the best solution in above 4 or is there any other way?
JDeveloper Version - 11.1.1.7.1
WLS - 10.3.5.0
Thanks a lot in advance.
Regards,
Syam