10.07.2015 Views

JDBC Developer's Guide - Supra - Cincom

JDBC Developer's Guide - Supra - Cincom

JDBC Developer's Guide - Supra - Cincom

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ordbCollection rooms = null;while (rset.next()) {rooms = (ordbCollection)rset.getArray(2);if (rooms != null && rooms.getSize() > 0) {System.out.println("\nResort " + rset.getString(1) +" has the following types in the rooms attribute");// view the collection as a result setResultSet roomRS = rooms.getResultSet();// position on first collection elementroomRS.next();// loop through each element and obtain its type and print the data// Note: ordbCollection.getSize() returns the// number of elements in the database collectionfor (int i = 1; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!