|
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
|