Interface GeneratedMethod

All Known Implementing Classes:
DirectCall, ReflectMethod

public interface GeneratedMethod
Handle for a method within a generated class.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Invoke a generated method that has no arguments.
  • Method Details

    • invoke

      Object invoke(Object ref) throws StandardException
      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