Searched refs:SQLXML (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DTypes.java310 public static final int SQLXML = 2009; field in class:Types
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 DSQLInput.java398 * <code>SQLXML</code> object in the Java programming language.
400 * @return a <code>SQLXML</code> object representing data of the SQL <code>XML</code> value
408 SQLXML readSQLXML() throws SQLException;
H A DSQLOutput.java421 * @param x a <code>SQLXML</code> object representing data of an SQL
426 * <code>Writer</code> or <code>OutputStream</code> has not been closed for the <code>SQLXML</code> object or
434 void writeSQLXML(SQLXML x) throws SQLException;
H A DCallableStatement.java97 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
131 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
612 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
650 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
685 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
732 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
1115 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
1141 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
1989 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
1993 * @param xmlObject a <code>SQLXML</cod
[all...]
H A DConnection.java1088 * Constructs an object that implements the <code>SQLXML</code> interface. The object
1090 * <code>setString</code> method of the <code>SQLXML</code> interface may be used to add data to the <code>SQLXML</code>
1092 * @return An object that implements the <code>SQLXML</code> interface
1093 * @throws SQLException if an object that implements the <code>SQLXML</code> interface can not
1100 SQLXML createSQLXML() throws SQLException;
H A DPreparedStatement.java111 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
404 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
431 * <code>Struct</code>, <code>java.net.URL</code>, <code>RowId</code>, <code>SQLXML</code>
711 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
896 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object.
902 * @param xmlObject a <code>SQLXML</code> object that maps an SQL <code>XML</code> value
908 * the <code>SQLXML</code> object
913 void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException;
963 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
H A DResultSet.java3167 * <code>java.sql.SQLXML</code> object in the Java programming language.
3169 * @return a <code>SQLXML</code> object that maps an <code>SQL XML</code> value
3177 SQLXML getSQLXML(int columnIndex) throws SQLException;
3182 * <code>java.sql.SQLXML</code> object in the Java programming language.
3184 * @return a <code>SQLXML</code> object that maps an <code>SQL XML</code> value
3192 SQLXML getSQLXML(String columnLabel) throws SQLException;
3194 * Updates the designated column with a <code>java.sql.SQLXML</code> value.
3209 * for the <code>SQLXML</code> object;
3218 void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException;
3220 * Updates the designated column with a <code>java.sql.SQLXML</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java1274 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
1319 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
1900 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
1903 * @param xmlObject a <code>SQLXML</code> object that maps an SQL <code>XML</code> value
1908 * for the <code>SQLXML</code> object or
1914 void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException;
1917 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
1920 * @param xmlObject a <code>SQLXML</code> object that maps an <code>SQL XML</code> value
1925 * for the <code>SQLXML</code> object or
1931 void setSQLXML(String parameterName, SQLXML xmlObjec
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSQLInputImpl.java805 * <code>SQLXML</code> object in the Java programming language.
807 * @return a <code>SQLXML</code> object representing data of the SQL <code>XML</code> value
812 public SQLXML readSQLXML() throws SQLException {
H A DSQLOutputImpl.java608 * @param x a <code>SQLXML</code> object representing data of an SQL
614 public void writeSQLXML(SQLXML x) throws SQLException {
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4638 * <code>SQLXML</code> object in the Java programming language.
4640 * @return a SQLXML object that maps an SQL XML value
4644 public SQLXML getSQLXML(int columnIndex) throws SQLException {
4650 * <code>SQLXML</code> object in the Java programming language.
4652 * @return a SQLXML object that maps an SQL XML value
4655 public SQLXML getSQLXML(String colName) throws SQLException {
4831 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
4834 * @param xmlObject a <code>SQLXML</code> object that maps an SQL <code>XML</code> value
4838 public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException {
4843 * Sets the designated parameter to the given <code>java.sql.SQLXML</cod
[all...]
H A DCachedRowSetImpl.java7706 * <code>SQLXML</code> object in the Java programming language.
7708 * @return a SQLXML object that maps an SQL XML value
7712 public SQLXML getSQLXML(int columnIndex) throws SQLException {
7718 * <code>SQLXML</code> object in the Java programming language.
7720 * @return a SQLXML object that maps an SQL XML value
7723 public SQLXML getSQLXML(String colName) throws SQLException {
7900 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
7903 * @param xmlObject a <code>SQLXML</code> object that maps an SQL <code>XML</code> value
7907 public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException {
7912 * Sets the designated parameter to the given <code>java.sql.SQLXML</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java3711 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
3740 * <code>REF</code>, <code>ROWID</code>, <code>SQLXML</code>
4178 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
4181 * @param xmlObject a <code>SQLXML</code> object that maps an SQL <code>XML</code> value
4186 * for the <code>SQLXML</code> object or
4192 public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException{
4198 * Sets the designated parameter to the given <code>java.sql.SQLXML</code> object. The driver converts this to an
4201 * @param xmlObject a <code>SQLXML</code> object that maps an <code>SQL XML</code> value
4206 * for the <code>SQLXML</code> object or
4212 public void setSQLXML(String parameterName, SQLXML xmlObjec
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java1243 resultsetmd.getColumnType(i+1) != java.sql.Types.SQLXML &&

Completed in 1677 milliseconds