Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/sql/
DTypes.java214 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.java2030 public SQLXML getSQLXML(int columnIndex) throws SQLException; in getSQLXML()
2036 public SQLXML getSQLXML(String columnLabel) throws SQLException; in getSQLXML()
2043 public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException; in updateSQLXML()
2050 public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException; in updateSQLXML()
DConnection.java785 public SQLXML createSQLXML() throws SQLException; in createSQLXML()
DPreparedStatement.java792 public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException; in setSQLXML()
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTestHelper_Connection1.java31 import java.sql.SQLXML;
213 public SQLXML createSQLXML() throws SQLException { in createSQLXML()
/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()
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java34 import java.sql.SQLXML;
810 public SQLXML getSQLXML(int columnIndex) throws SQLException { in getSQLXML()
814 public SQLXML getSQLXML(String columnLabel) throws SQLException { in getSQLXML()
987 public void updateSQLXML(int columnIndex, SQLXML xmlObject) in updateSQLXML()
992 public void updateSQLXML(String columnLabel, SQLXML xmlObject) in updateSQLXML()
1222 public void setSQLXML(int parameterIndex, SQLXML theSQLXML) in setSQLXML()
1227 public void setSQLXML(String parameterName, SQLXML theSQLXML) in setSQLXML()
/libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1388 public SQLXML getSQLXML(int colIndex) throws SQLException {
1392 public SQLXML getSQLXML(String colName) throws SQLException {
1397 public void updateSQLXML(int colIndex, SQLXML xml)
1402 public void updateSQLXML(String colName, SQLXML xml)
DJDBCConnection.java476 public SQLXML createSQLXML() throws SQLException { in createSQLXML()
DJDBCPreparedStatement.java851 public void setSQLXML(int parameterIndex, SQLXML xml)
856 public void setSQLXML(String parameterName, SQLXML xml)