Searched defs:getSQLXML (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DCallableStatement.java2018 SQLXML getSQLXML(int parameterIndex) throws SQLException; method in interface:CallableStatement
2032 SQLXML getSQLXML(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java3177 SQLXML getSQLXML(int columnIndex) throws SQLException; method in interface:ResultSet
3192 SQLXML getSQLXML(String columnLabel) throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4644 public SQLXML getSQLXML(int columnIndex) throws SQLException { method in class:JdbcRowSetImpl
4655 public SQLXML getSQLXML(String colName) throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java7712 public SQLXML getSQLXML(int columnIndex) throws SQLException { method in class:CachedRowSetImpl
7723 public SQLXML getSQLXML(String colName) throws SQLException { method in class:CachedRowSetImpl

Completed in 98 milliseconds