|
|||||||||||
|
RE: MySQL 5.0 XML support
From: Mark Matthews <mark(at)mysql.com>
Date: Thu Sep 06 2007 - 16:30:58 EDT
> -----Original Message----- Deepak, There's no "hard" requirement that a database has to implement SQL:2003 "XML" data types for JDBC-4.0's SQLXML to work at all. (In fact, if you look at the JDBC-4.0 specification, you won't see any examples of using SQL to manipulate XML, because it's not a prerequesite for java.sql.SQLXML). The _only_ thing our SQLXML implementation is missing is the ability to call getObject() on an column and use type-inference to return you a SQLXML instance, since MySQL doesn't have an XML type. If you check the examples at http://svn.mysql.com/svnpublic/connector-j/trunk/jdbc-4-0-examples/src/examples/cex2007/XMLSamples.java you'll see that SQLXML is easily used to consume and process XML with MySQL in a way that is "familiar" to Java developers.
-Mark
iD8DBQFG4GOBtvXNTca6JD8RApCeAJ9ia2NQEEvxFCmnivz/EnwKcn62xwCeNG9p
mxTPwJR1gZAP6xYLb6qMozI=
-- MySQL Java Mailing List For list archives: http://lists.mysql.com/java To unsubscribe: http://lists.mysql.com/java?unsub=lists@pantek.comReceived on Thu Sep 6 16:31:23 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:14:16 EDT |
||||||||||
|
|||||||||||