Home
last modified time | relevance | path

Searched refs:updateSQLXML (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java3231 void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException; in updateSQLXML() method
3257 void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException; in updateSQLXML() method
/libcore/api/
Dcurrent.txt9601 method public void updateSQLXML(int, java.sql.SQLXML) throws java.sql.SQLException;
9602 method public void updateSQLXML(String, java.sql.SQLXML) throws java.sql.SQLException;