implements PgConnection isWrapperFor interface
This commit is contained in:
@ -1652,7 +1652,7 @@ public class PgConnection implements BaseConnection {
|
|||||||
@Override
|
@Override
|
||||||
public boolean isWrapperFor(Class<?> iface) throws SQLException {
|
public boolean isWrapperFor(Class<?> iface) throws SQLException {
|
||||||
checkClosed();
|
checkClosed();
|
||||||
throw org.postgresql.Driver.notImplemented(this.getClass(), "isWrapperFor(Class<?>)");
|
return iface.isAssignableFrom(getClass());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user