Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » ResultSet interface

 

close function

Closes the ResultSet to release the memory resources associated with it.

Syntax
void ResultSet.close() throws ULjException
Remarks

An error is thrown when subsequent attempts are made to fetch rows from this ResultSet.