Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DTypes.java213 public static final int SQLXML = 2009; field in Types
DSQLXML.java30 public interface SQLXML { interface
DSQLInput.java346 public SQLXML readSQLXML() throws SQLException; in readSQLXML()
DSQLOutput.java333 public void writeSQLXML(SQLXML theXml) throws SQLException; in writeSQLXML()
DCallableStatement.java1471 public void setSQLXML(String parameterName, SQLXML sqlXml) throws SQLException; in setSQLXML()
1483 public SQLXML getSQLXML(int parameterIndex) throws SQLException; in getSQLXML()
1491 public SQLXML getSQLXML(String parameterName) throws SQLException; in getSQLXML()
DResultSet.java2028 public SQLXML getSQLXML(int columnIndex) throws SQLException; in getSQLXML()
2034 public SQLXML getSQLXML(String columnLabel) throws SQLException; in getSQLXML()
2041 public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException; in updateSQLXML()
2048 public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException; in updateSQLXML()
DConnection.java785 public SQLXML createSQLXML() throws SQLException; in createSQLXML()
DPreparedStatement.java794 public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException; in setSQLXML()
/libcore/luni/src/main/java/javax/sql/
DRowSet.java33 import java.sql.SQLXML;
1572 public void setSQLXML(int parameterIndex, SQLXML theSQLXML) in setSQLXML()
1586 public void setSQLXML(String parameterName, SQLXML theSQLXML) in setSQLXML()