Searched defs:SQLXML (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DSQLXML.java40 * By default drivers implement an SQLXML object as
43 * An SQLXML object is valid for the duration of the transaction in which it was created.
45 * The SQLXML interface provides methods for accessing the XML value
55 * The XML value of the SQLXML instance may be obtained as a BinaryStream using
57 * SQLXML sqlxml = resultSet.getSQLXML(column);
167 * Reading and writing XML values to or from an SQLXML object can happen at most once.
182 * All methods on the <code>SQLXML</code> interface must be fully implemented if the
191 public interface SQLXML interface
210 * Retrieves the XML value designated by this SQLXML instance as a stream.
213 * when the designated column of the ResultSet has a type java.sql.Types of SQLXML
[all...]
H A DTypes.java310 public static final int SQLXML = 2009; field in class:Types

Completed in 292 milliseconds