Cursors_In_plsql

can anyone be kind enough to tell me what are the attributes ina cursor?
Please respond immediately?

Hi,
I think You refere to:
<cursor variable>%IS_OPEN (boolean expression that tells if the cursor is open or not)
<cursor variable>%IS_CLOSED (boolean expression that tells if the cursor is closed or not)
<cursor variable>%ROWCOUNT (integer expression that tells how many rows has been fetched until the interrogation)
<cursor variable>%FOUND (boolean expression that tells if the last fetch has retrieved a recordor not).
Hope this helps.
Bye Max
null

Similar Messages

Maybe you are looking for