Searched refs:SQLXML (Results 1 – 9 of 9) sorted by relevance
213 public static final int SQLXML = 2009; field in Types
30 public interface SQLXML { interface
346 public SQLXML readSQLXML() throws SQLException; in readSQLXML()
333 public void writeSQLXML(SQLXML theXml) throws SQLException; in writeSQLXML()
1471 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()
2028 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()
785 public SQLXML createSQLXML() throws SQLException; in createSQLXML()
794 public void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException; in setSQLXML()
33 import java.sql.SQLXML;1572 public void setSQLXML(int parameterIndex, SQLXML theSQLXML) in setSQLXML()1586 public void setSQLXML(String parameterName, SQLXML theSQLXML) in setSQLXML()