Searched refs:SQLXML (Results 1 – 10 of 10) sorted by relevance
310 public static final int SQLXML = 2009; field in Types
191 public interface SQLXML interface
408 SQLXML readSQLXML() throws SQLException; in readSQLXML()
434 void writeSQLXML(SQLXML x) throws SQLException; in writeSQLXML()
2006 void setSQLXML(String parameterName, SQLXML xmlObject) throws SQLException; in setSQLXML()2020 SQLXML getSQLXML(int parameterIndex) throws SQLException; in getSQLXML()2034 SQLXML getSQLXML(String parameterName) throws SQLException; in getSQLXML()
3184 SQLXML getSQLXML(int columnIndex) throws SQLException; in getSQLXML()3199 SQLXML getSQLXML(String columnLabel) throws SQLException; in getSQLXML()3225 void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException; in updateSQLXML()3251 void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException; in updateSQLXML()
1101 SQLXML createSQLXML() throws SQLException; in createSQLXML()
915 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()
733 ojluni/src/main/java/java/sql/SQLXML.java \