Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The "JdbcFourOne" page has been changed by RichardHillegas. http://wiki.apache.org/db-derby/JdbcFourOne?action=diff&rev1=23&rev2=24 -------------------------------------------------- || '''Status''' || '''Method''' || '''Description''' || '''Derby Change''' || '''Size''' || '''Owner''' || || <> ||'''!CallableStatement.getObject(int,Class)'''||Optional new method. Retrieves an OUT or INOUT parameter as the desired class type.||Add to JDBC 4 implementation (requires generics).||Medium||Rick|| || <> ||'''!CallableStatement.getObject(String,Class)'''||Optional new method. See getObject(int,Class).||Add to JDBC 4 implementation (requires generics).||Small||Rick|| - || <> ||'''Connection.abort(Executor)'''||Mandatory new method. Closes the Connection and lets the Executor release resources lazily.||Add to JDBC 4 implementation (requires java.util.concurrent.Executor interface which was introduced in Java 5).||Medium||Rick|| + || <> ||'''Connection.abort(Executor)'''||Mandatory new method. Closes the Connection and lets the Executor release resources lazily.||Add to JDBC 4 implementation (requires java.util.concurrent.Executor interface which was introduced in Java 5).||Medium||Rick|| || <> ||'''Connection.getNetworkTimeout()'''||Optional new method.||Throw SQLFeatureNotSupportedException.||Small||-|| || <> ||'''Connection.getTypeMap()'''||Spec clarification.||No action needed.||None||-|| || <> ||'''Connection.getSchema()'''||Mandatory new method. Gets the name of the session's schema.||Add to JSR 169 implementation.||Small||-||