public static final class UnsupportedVetter.FD extends UnsupportedVetter.MD
Method descriptor for mandatory methods which we know Derby does not implement. We abbreviate the name of this class to make arrays of these declarations compact and readable.
Modifier and Type | Field and Description |
---|---|
private java.lang.Class[] |
_argTypes |
private java.lang.String |
_methodName |
Constructor and Description |
---|
FD(java.lang.String methodName,
java.lang.Class[] argTypes)
Construct from methodName and argument types.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isOptional()
Return whether this method is optional
|
getArgTypes, getMethodName, requiredAtThisLevel, toString
private java.lang.String _methodName
private java.lang.Class[] _argTypes
public FD(java.lang.String methodName, java.lang.Class[] argTypes)
public boolean isOptional()
isOptional
in class UnsupportedVetter.MD
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.