Whole document tree
Appendix A: Rejected Design ChoicesA.1 Design Alternative: Create new subtypes of the existing java.sql types.We have chosen to add new methods to existing interfaces and classes in order to add new functionality to the JDBC API.
An alternative design, which we considered, was instead to extend the existing java.sql
types with new subtypes that contained any new methods. This approach was judged to
be too unwieldy. For example, since we needed to add methods to the
Contents | Prev | Next jdbc@eng.sun.com or jdbc-business@eng.sun.com Copyright © 1996-1999 Sun Microsystems, Inc. All rights reserved. |