Re: Java 7/JDBC 4.1 and Java 8/JDBC 4.2
Posted by: Mark Matthews
Date: September 11, 2013 08:09AM

Hi Nicholas,

The following JDBC-4.1 features are implemented:

* CallableStatement.getObject(int parameterIndex, Class<T> type)
* CallableStatement.getObject(String parameterName, Class<T> type)

* Connection.abort()
* Connection.getNetworkTimeout()
* Connection.getSchema()
* Connection.setNetworkTimeout(Executor executor,int milliseconds)
* Connection.setSchema(String schema)
* ResultSet.getObject(int columnIndex, Class<T> type)
* ResultSet.getObject(String columnName, Class<T> type)

And these aren't yet:

DatabaseMetaData.getPseudoColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern)
DatabaseMetaData.generatedKeyAlwaysReturned()
Driver.getParentLogger()
Statement.closeOnCompletion()
Statement.isCloseOnCompletion()

As well as the escape syntax for LIMIT.

Of those not completed, which ones are important to you, I'm assuming it's the ones related to statements?

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
Re: Java 7/JDBC 4.1 and Java 8/JDBC 4.2
September 11, 2013 08:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.