Ok,  those docs are way out of date. If you're using connectorj 3, those
docs would only confuse the matter.

The current docos on the jconnector portion of the mysql.com website contain
all the latest info on "how much of the spec" the jconnector drivers
implement. The JavaDoc for the drivers themselves (and it's hard to see when
you'd want those, unless you intend to bypass java.sql) you can create from
the java source files that you get when you download the "binaries + source"
downloads from mysql.com  (or don't bother generating them, and just read
them from the *.java files).

If you're asking yourself: "how do I do SQL with jconnector drivers", then I
think what you actually want to look into is "how do I use the java.sql
classes to do SQL", for which there is a healthy amount of JavaDoc included
with the JDK, and a JDBC tutorial on java.sun.com.  You should not be
directly using the jconnector classes for doing SQL.
 


> -----Original Message-----
> From: John Najarian [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, September 23, 2004 10:10 AM
> To: 'Tomcat Users List'
> Subject: RE: API docs for Mysql JDBC Driver?
> 
> 
> I tired looking this up also.  The best I could come up with 
> is to compare the java.sql APIs and the mysql limitations.  
> Here is a URL for that: 
> http://www.cs.nott.ac.uk/TSG/manuals/databases/mysql/jdbc/mm.doc/
> 
> -----Original Message-----
> From: Chuck Carson [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, September 23, 2004 7:49 AM
> To: LIST: Tomcat User
> Subject: API docs for Mysql JDBC Driver?
> 
> 
> Does anyone know where I can find a complete set of API docs 
> for the JConnect Driver 3.x? The docs on the site are lacking 
> and only have simple examples on how to do SELECT's. I am 
> looking for a complete method list or something more detailed.
> 
> Thanks for any info,
> rhugga
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to