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=26&rev2=27 -------------------------------------------------- || <> ||'''ResultSet.getObject(String,Class)'''||Mandatory new method. Behaves like getObject(int,Class).||The work done for getObject(int,Class) should apply here.||Small||Rick|| || <> ||'''Statement.addBatch(String)'''||Clarifies that this method can't be called on a !PreparedStatement or !CallableStatement.||Verify that Derby behaves this way. If it doesn't, make this change.||Small||Rick|| || <> ||'''Statement.closeOnCompletion()'''||Mandatory new method. Automatically close the Statement when its dependent objects (like ResultSets) are closed.||Implement this behavior.||Medium||Rick|| - || <> ||'''Statement.execute(String)'''||Throw SQLTimeoutException when the statement times out. Also don't allow this method to be called on !PreparedStatements or !CallableStatements.||Implement this behavior.||Medium||Rick|| + || <> ||'''Statement.execute(String)'''||Throw SQLTimeoutException when the statement times out. Also don't allow this method to be called on !PreparedStatements or !CallableStatements.||Implement this behavior.||Medium||Rick|| - || <> ||'''Statement.execute(String,int)'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| + || <> ||'''Statement.execute(String,int)'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| - || <> ||'''Statement.execute(String,int[])'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| + || <> ||'''Statement.execute(String,int[])'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| - || <> ||'''Statement.execute(String,String[])'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| + || <> ||'''Statement.execute(String,String[])'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| - || <> ||'''Statement.executeBatch()'''||Throw SQLTimeoutException as for Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| + || <> ||'''Statement.executeBatch()'''||Throw SQLTimeoutException as for Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| - || <> ||'''Statement.executeQuery(String)'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| + || <> ||'''Statement.executeQuery(String)'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| - || <> ||'''Statement.executeUpdate(String)'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| + || <> ||'''Statement.executeUpdate(String)'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| - || <> ||'''Statement.executeUpdate(String,int)'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| + || <> ||'''Statement.executeUpdate(String,int)'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| - || <> ||'''Statement.executeUpdate(String,int[])'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| + || <> ||'''Statement.executeUpdate(String,int[])'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| - || <> ||'''Statement.executeUpdate(String,String[])'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| + || <> ||'''Statement.executeUpdate(String,String[])'''||See Statement.execute(String).||Changes for execute(String) should apply here.||Small||Rick|| || <> ||'''Statement.isCloseOnCompletion()'''||Mandatory new method. Reports whether the Statement automatically closes when its dependent objects (like !ResultSets) are closed.||Implement this behavior.||Small||Rick|| || <> ||'''Statement.setQueryTimeout(int)'''||Spec clarification.||Nothing to do.||None||-|| || <> ||'''!CommonDataSource.getParentLogger()'''||Optional new method. Returns the root logger for this data source.||Derby doesn't use java.util.logging so this method can throw SQLFeatureNotSupportedException.||Small||-||