Interface GeneratedMethod
- All Known Implementing Classes:
DirectCall
,ReflectMethod
public interface GeneratedMethod
Handle for a method within a generated class.
- See Also:
-
Method Summary
-
Method Details
-
invoke
Invoke a generated method that has no arguments. (Similar to java.lang.refect.Method.invoke) Returns the value returned by the method.- Throws:
StandardException
- Standard Derby error policy
-