Using Java, I'd like to retrieve the metadata for a mySQL table.
I've been looking at and using classes DatabaseMetaData and
ResultSetMetaData
and found most of what I need, with one exception. How do I determine
whether a
column was defined with a binary attribute? e.g.

  col1 CHAR(4) BINARY NOT NULL

-Kathy


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to