BaseActivation
, ConstantActionActivation
, CursorActivation
public interface GeneratedByteCode
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
e0() |
|
java.lang.Object |
e1() |
|
java.lang.Object |
e2() |
|
java.lang.Object |
e3() |
|
java.lang.Object |
e4() |
|
java.lang.Object |
e5() |
|
java.lang.Object |
e6() |
|
java.lang.Object |
e7() |
|
java.lang.Object |
e8() |
|
java.lang.Object |
e9() |
|
GeneratedClass |
getGC() |
Get the GeneratedClass object for this object.
|
GeneratedMethod |
getMethod(java.lang.String methodName) |
|
void |
initFromContext(Context context) |
Initialize the generated class from a context.
|
void |
postConstructor() |
Called by the class manager just after calling setGC().
|
void |
setGC(GeneratedClass gc) |
Set the Generated Class.
|
void initFromContext(Context context) throws StandardException
StandardException
void setGC(GeneratedClass gc)
void postConstructor() throws StandardException
StandardException
GeneratedClass getGC()
GeneratedMethod getMethod(java.lang.String methodName) throws StandardException
StandardException
java.lang.Object e0() throws StandardException
StandardException
java.lang.Object e1() throws StandardException
StandardException
java.lang.Object e2() throws StandardException
StandardException
java.lang.Object e3() throws StandardException
StandardException
java.lang.Object e4() throws StandardException
StandardException
java.lang.Object e5() throws StandardException
StandardException
java.lang.Object e6() throws StandardException
StandardException
java.lang.Object e7() throws StandardException
StandardException
java.lang.Object e8() throws StandardException
StandardException
java.lang.Object e9() throws StandardException
StandardException
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.