- java.lang.Object
-
- org.apache.derby.impl.services.reflect.DirectCall
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private int |
which |
-
Constructor Summary
Constructors
Constructor and Description |
DirectCall(int which) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
which
private final int which
-
Constructor Detail
-
DirectCall
DirectCall(int which)
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.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.
- Specified by:
invoke
in interface GeneratedMethod
- Throws:
StandardException
- Standard Derby error policy
Built on Wed 2017-07-26 06:18:47+0000, from revision ???
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.