I've been looking over the Column class and it's one of the biggest
violators of bean-like method conventions.  For this and other classes,
is it ok if I start creating new methods that conform to the standard
conventions, e.g., isXXX() or getXXX() rather than XXX(), deprecate the
old methods, and change all internal references to use the
non-deprecated API?

Also, I'm quite excited now that I see all that Column can do in terms
of detecting auto increment and nullable on fields.  Has anyone had
problems with their JDBC driver not supporting this information out of
the ResultSetMetaData?

Serge Knystautas
Loki Technologies
http://www.lokitech.com/


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to