The SqlHandle class / base.SqlHandle methods |
Closes the SQL handle (cursor).
close()
Call the close() method when you are done with the SQL handle.
The statement can be re-opened after it has been closed.
As with standard Genero SQL instructions, SQL errors can be trapped with WHENEVER ERROR or TRY / CATCH blocks and by testing SQLCA.SQLCODE.
CALL sh.close()