Searched refs:xmlObject (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DPreparedStatement.java786 * Sets the value of the specified parameter to the value of {@code xmlObject}.
791 * @param xmlObject the {@code SQLXML}
794 public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException; argument
H A DResultSet.java2041 public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException; argument
2048 public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException; argument

Completed in 249 milliseconds