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.

}// The application needs to call this method to insert or update// the database instance associated with this object.public void writeSQL(SQLOutput stream) throws SQLException {super.writeSQL(stream);// Invoke the superclass method to write the values from attributes// defined by the superclass.stream.writeArray(cabins);stream.writeRef((Ref)beach);stream.writeString(has_daycare);stream.writeArray(activities);stream.writeRef((Ref)sounds_of_the_caribbean);}<strong>JDBC</strong> <strong>Developer's</strong> <strong>Guide</strong>, P25-9504-03 Page 43Chapter: 4. <strong>Cincom</strong> ORDB ExtensionsSection: Creating custom Java classes for <strong>Cincom</strong> ORDB objects

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

Saved successfully!

Ooh no, something went wrong!