Searched refs:updateSQLXML (Results 1 – 3 of 3) sorted by relevance
2043 public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException; in updateSQLXML() method2050 public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException; in updateSQLXML() method
987 public void updateSQLXML(int columnIndex, SQLXML xmlObject) in updateSQLXML() method in Impl_RowSet992 public void updateSQLXML(String columnLabel, SQLXML xmlObject) in updateSQLXML() method in Impl_RowSet
1397 public void updateSQLXML(int colIndex, SQLXML xml)1402 public void updateSQLXML(String colName, SQLXML xml)1405 updateSQLXML(col, xml);