Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6475931
Votes 0
Synopsis Need to make modifications on some JDBC components for SE 6
Category jdbc:implementation
Reported Against
Release Fixed mustang(b101)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs
Submit Date 27-SEP-2006
Description
Need to make modifications on  some JDBC components for SE 6
Posted Date : 2006-09-27 20:41:13.0
Work Around
N/A
Evaluation
Provided by Lance
------------------

remove the JDBC EoD RI for quality reasons from Java SE 6 (new proposed functionality).
 
 make the following changes to java.sql.*
 
remove from the  Connection and DataSsource interfaces the two createQueryObject methods
 
remove from the DatabaseMetaData interface, the providesQueryObjectGenerator method
 
remove from the CommonDatasource interface, getQueryObjectGenerator
 
remove the interfaces  DataSet, BaseQuery, DataSetResolver, QueryObjectGenerator, ConflictingRow
 
remove the enums      DataSetSyncStatus, GeneratedKeys
 
remove the  annotations  AutogeneratedKeys, ResultColumn, Select, Update
 
remove the following classes SQLDataSetSyncException, SQLRuntimeException, QueryObjectFactory,
 
Remove the following implementation classes (com.sun.sql.*): ConflictingRowImpl, DataSetImpl, QueryObjectGeneratorImpl, QueryObject
 
 
 
From the JDBC-ODBC Bridge driver implementation (com.sun.jdbc.*):
 
 
remove from the Connection and DataSource  implementation classes (JdbcOdbcConnection and JdbcOdbcDataSource) the two createQueryObject methods
 
remove from on the  DatabaseMetaData implementation class (JdbcOdbcDatabaseMetaData), the providesQueryObjectGenerator method
Posted Date : 2006-10-03 06:59:50.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang