|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.postgresql.pljava.internal.JavaWrapper
public abstract class JavaWrapper
Constructor Summary | |
---|---|
protected |
JavaWrapper(long pointer)
Creates an instance of this class that will be attached to a native structure represented by pointer. |
Method Summary | |
---|---|
protected void |
_free(long pointer)
Calls the C function pfree() with the given pointer as an argument. |
void |
finalize()
|
protected long |
getNativePointer()
Returns the native pointer |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JavaWrapper(long pointer)
pointer
- The wapped pointer.Method Detail |
---|
public void finalize()
finalize
in class java.lang.Object
protected final long getNativePointer()
protected void _free(long pointer)
pointer
- The pointer to free.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |