com.ibm.as400.access
Class AS400JDBCSQLXMLLocator
java.lang.Object
com.ibm.as400.access.AS400JDBCSQLXML
com.ibm.as400.access.AS400JDBCSQLXMLLocator
- All Implemented Interfaces:
- SQLXML
public class AS400JDBCSQLXMLLocator
- extends AS400JDBCSQLXML
The AS400JDBCSQLXMLLocator class provides the object interface for using XML data through JDBC.
The mapping in the Java programming language for the SQL XML type.
XML is a built-in type that stores an XML value as a column value in a row of a database table.
The SQLXML interface provides methods for accessing the XML value as a String, a Reader or Writer, or as a Stream.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |