Searched refs:SQLXML (Results 1 – 10 of 10) sorted by relevance
310 public static final int SQLXML = 2009; field in Types
192 public interface SQLXML interface
408 SQLXML readSQLXML() throws SQLException; in readSQLXML()
434 void writeSQLXML(SQLXML x) throws SQLException; in writeSQLXML()
2007 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()
3190 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()
1101 SQLXML createSQLXML() throws SQLException; in createSQLXML()
917 void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException; in setSQLXML()
1914 void setSQLXML(int parameterIndex, SQLXML xmlObject) throws SQLException; in setSQLXML()1931 void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException; in setSQLXML()
736 "ojluni/src/main/java/java/sql/SQLXML.java",