Home
last modified time | relevance | path

Searched refs:SQLXML (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DTypes.java310 public static final int SQLXML = 2009; field in Types
DSQLXML.java192 public interface SQLXML interface
DSQLInput.java408 SQLXML readSQLXML() throws SQLException; in readSQLXML()
DSQLOutput.java434 void writeSQLXML(SQLXML x) throws SQLException; in writeSQLXML()
DCallableStatement.java2007 void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException; in setSQLXML()
2021 SQLXML getSQLXML(int parameterIndex) throws SQLException; in getSQLXML()
2035 SQLXML getSQLXML(String parameterName) throws SQLException; in getSQLXML()
DResultSet.java3190 SQLXML getSQLXML(int columnIndex) throws SQLException; in getSQLXML()
3205 SQLXML getSQLXML(String columnLabel) throws SQLException; in getSQLXML()
3231 void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException; in updateSQLXML()
3257 void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException; in updateSQLXML()
DConnection.java1101 SQLXML createSQLXML() throws SQLException; in createSQLXML()
DPreparedStatement.java917 void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException; in setSQLXML()
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java1914 void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException; in setSQLXML()
1931 void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException; in setSQLXML()
/libcore/api/
Dcurrent.txt9702 method public java.sql.SQLXML getSQLXML(int) throws java.sql.SQLException;
9703 method public java.sql.SQLXML getSQLXML(String) throws java.sql.SQLException;
9761 method public void setSQLXML(String, java.sql.SQLXML) throws java.sql.SQLException;
9803 method public java.sql.SQLXML createSQLXML() throws java.sql.SQLException;
10206 method public void setSQLXML(int, java.sql.SQLXML) throws java.sql.SQLException;
10289 method public java.sql.SQLXML getSQLXML(int) throws java.sql.SQLException;
10290 method public java.sql.SQLXML getSQLXML(String) throws java.sql.SQLException;
10401 method public void updateSQLXML(int, java.sql.SQLXML) throws java.sql.SQLException;
10402 method public void updateSQLXML(String, java.sql.SQLXML) throws java.sql.SQLException;
10544 method public java.sql.SQLXML readSQLXML() throws java.sql.SQLException;
[all …]
/libcore/
Dopenjdk_java_files.bp779 "ojluni/src/main/java/java/sql/SQLXML.java",
DEXPECTED_UPSTREAM767 ojluni/src/main/java/java/sql/SQLXML.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/java/sql/SQLXML.j…