public static final class UnsupportedVetter.Exclusions
extends java.lang.Object
Describes all of the methods for an interface which are allowed to raise SQLFeatureNotSupportedException.
Modifier and Type | Field and Description |
---|---|
private java.lang.Class |
_class |
private UnsupportedVetter.MD[] |
_excludedMethods |
Constructor and Description |
---|
Exclusions(java.lang.Class theInterface,
UnsupportedVetter.MD[] excludedMethods)
Construct from the interface and descriptors for the methods which
are allowed to raise SQLFeatureNotSupportedException
|
Modifier and Type | Method and Description |
---|---|
UnsupportedVetter.MD[] |
getExcludedMethods()
Get descriptors for the methods which may raise
SQLFeatureNotSupportedException.
|
java.lang.Class |
getInterface()
Get the interface.
|
private java.lang.Class _class
private UnsupportedVetter.MD[] _excludedMethods
public Exclusions(java.lang.Class theInterface, UnsupportedVetter.MD[] excludedMethods)
public java.lang.Class getInterface()
public UnsupportedVetter.MD[] getExcludedMethods()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.