Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Proposed API Change - JDBC Catalog Loader Helpers

Rob,

My concern is that this change might destablize DMP and DTP enablement
project (sybase portion).

Regards,
Hung


                                                                           
             rcernich@sybase.c                                             
             om                                                            
             Sent by:                                                   To 
             dtp-dev-bounces@e         dtp-dev@xxxxxxxxxxx                 
             clipse.org                                                 cc 
                                                                           
                                                                   Subject 
             04/12/2007 04:47          [dtp-dev] Proposed API Change -     
             PM                        JDBC Catalog Loader Helpers         
                                                                           
                                                                           
             Please respond to                                             
              DTP development                                              
               mailing list                                                
             <dtp-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           





Hey all,

I'd like to make a potentially breaking API change to some of the JDBC
catalog loader helper classes.  (Note, these API are currently
"provisional.")

I'd like to modify the factory interfaces used by JDBCTableLoader,
JDBCRoutineLoader and JDBCUserDefinedTypeLoader.  I'd like to add an
initialize() method to each of these.

Because the loaders have been modified to reuse any existing objects, there
is a chance that some of those objects' properties will not get updated.
For most objects, this is pretty much limited to the description property,
but the default UDT loader does set the base type during load.  Specialized
loaders may initialize other properties on the objects they are loading.

Any objections, comments, concerns?

Rob Cernich
DTP Connectivity Project Lead

_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev





Back to the top