| java.lang.Object org.apache.derbyTesting.functionTests.tests.jdbc4.ExemptClobMD
ExemptClobMD | class ExemptClobMD (Code) | | |
Constructor Summary | |
public | ExemptClobMD(String methodName, Class[] params, boolean isClientFramework, boolean isEmbeddedFramework) |
Method Summary | |
public boolean | getIfClientFramework() Returns if the method is exempted from the Client Framework. | public boolean | getIfEmbeddedFramework() Returns if the method is exempted from the Embedded Framework. | public String | getMethodName() Returns the name of the method. | public Class[] | getParams() Returns a array of Class containing the type of the parameters
of this method. |
ExemptClobMD | public ExemptClobMD(String methodName, Class[] params, boolean isClientFramework, boolean isEmbeddedFramework)(Code) | | The Constructor for the ExemptClobMD class that
initialized the object with the details of the
methods that have been exempted
Parameters: methodName - A String that contains the name of the methodthat has been exempted. Parameters: params - A array of Class that contains the parameters of the methods. Parameters: isClientFramework - true if the method is exempted in the Client framework. Parameters: isEmbeddedFramework - true if the method is exempted in the Embedded framework. |
getIfClientFramework | public boolean getIfClientFramework()(Code) | | Returns if the method is exempted from the Client Framework.
true if the method is exempted from the Client Framework. |
getIfEmbeddedFramework | public boolean getIfEmbeddedFramework()(Code) | | Returns if the method is exempted from the Embedded Framework.
true if the method is exempted from the Embedded Framework. |
getMethodName | public String getMethodName()(Code) | | Returns the name of the method.
A String containing the name of the method. |
getParams | public Class[] getParams()(Code) | | Returns a array of Class containing the type of the parameters
of this method.
A array of Class containing the type of the parameters of the method. |
|
|