Class pgj.FunctionCallResponse

java.lang.Object
  extended bypgj.FunctionCallResponse
All Implemented Interfaces:
pgj.ProtocolChunk
Enclosing class:
pgj

public static class pgj.FunctionCallResponse
extends java.lang.Object
implements pgj.ProtocolChunk


Field Summary
 byte[] data
           
 
Constructor Summary
pgj.FunctionCallResponse(byte[] d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public byte[] data
Constructor Detail

pgj.FunctionCallResponse

public pgj.FunctionCallResponse(byte[] d)