Searched refs:isWrapperFor (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DWrapper.java66 * else if this is a wrapper then return the result of recursively calling <code>isWrapperFor</code> on the wrapped
78 boolean isWrapperFor(java.lang.Class<?> iface) throws java.sql.SQLException; method in interface:Wrapper
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DRowSetMetaDataImpl.java916 if(isWrapperFor(iface)) {
926 * else if this is a wrapper then return the result of recursively calling <code>isWrapperFor</code> on the wrapped
938 public boolean isWrapperFor(Class<?> interfaces) throws SQLException { method in class:RowSetMetaDataImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4826 public boolean isWrapperFor(Class<?> interfaces) throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java7894 public boolean isWrapperFor(Class<?> interfaces) throws SQLException { method in class:CachedRowSetImpl

Completed in 80 milliseconds