Searched defs:isWrapperFor (Results 1 - 15 of 15) sorted by relevance

/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DWrapper.java79 boolean isWrapperFor(java.lang.Class<?> iface) throws java.sql.SQLException; method in interface:Wrapper
/openjdk10/jdk/test/java/sql/testng/util/
H A DStubStatement.java251 public boolean isWrapperFor(Class<?> iface) throws SQLException { method in class:StubStatement
H A DStubConnection.java312 public boolean isWrapperFor(Class<?> iface) throws SQLException { method in class:StubConnection
/openjdk10/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DRowSetMetaDataImpl.java942 public boolean isWrapperFor(Class<?> interfaces) throws SQLException { method in class:RowSetMetaDataImpl
/openjdk10/jdk/test/java/sql/modules/mystubdriver/com/luckydogtennis/
H A DStubConnection.java312 public boolean isWrapperFor(Class<?> iface) throws SQLException { method in class:StubConnection
/openjdk10/jdk/test/java/sql/modules/luckydogdriver/luckydogtennis/
H A DStubConnection.java312 public boolean isWrapperFor(Class<?> iface) throws SQLException { method in class:StubConnection
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubBaseRowSet.java998 public boolean isWrapperFor(Class<?> iface) throws SQLException { method in class:StubBaseRowSet
H A DStubFilteredRowSetImpl.java1839 public boolean isWrapperFor(Class<?> iface) throws SQLException { method in class:StubFilteredRowSetImpl
H A DStubCachedRowSetImpl.java1794 public boolean isWrapperFor(Class<?> iface) throws SQLException { method in class:StubCachedRowSetImpl
H A DStubJdbcRowSetImpl.java1618 public boolean isWrapperFor(Class<?> iface) throws SQLException { method in class:StubJdbcRowSetImpl
H A DStubWebRowSetImpl.java1825 public boolean isWrapperFor(Class<?> iface) throws SQLException { method in class:StubWebRowSetImpl
H A DStubSyncResolver.java1612 public boolean isWrapperFor(Class<?> iface) throws SQLException { method in class:StubSyncResolver
H A DStubJoinRowSetImpl.java1909 public boolean isWrapperFor(Class<?> iface) throws SQLException { method in class:StubJoinRowSetImpl
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4692 public boolean isWrapperFor(Class<?> interfaces) throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java7902 public boolean isWrapperFor(Class<?> interfaces) throws SQLException { method in class:CachedRowSetImpl

Completed in 263 milliseconds