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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

public jaccommodations(){ }/** Constructor for creating new accommodations* in the database.* @param con the connection obtained from* DriverManager.getConnection()*/public jaccommodations(Connection con) throws SQLException {super(con, ddl_class_name);}/** This constructor is internally used by subclasses of* jaccommodations*/protected jaccommodations(Connection con, String ddl_name) throwsSQLException {super(con, ddl_name);}/*** This is a SQLData method that is internally called by the driver.* @see java.sql.SQLData#getSQLTypeName*/public String getSQLTypeName() {return sql_type;}/*** This method does the mapping from database class accommodations* to Java programming language class jaccommodations.* It is internally called by the <strong>JDBC</strong> driver.* @see java.sql.SQLData#readSQL* @see java.sql.SQLInput*/<strong>JDBC</strong> <strong>Developer's</strong> <strong>Guide</strong>, P25-9504-03 Page 45Chapter: 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!