com.ibm.as400.access

Class AS400JDBCSQLXMLLocator

  • All Implemented Interfaces:
    java.io.Serializable


    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.

    See Also:
    Serialized Form