Class pgj.ReadyForQuery

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

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


Field Summary
 byte code
           
static byte Error
           
static byte Idle
           
static byte Transaction
           
 
Constructor Summary
pgj.ReadyForQuery(byte c)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

code

public byte code

Idle

public static final byte Idle
See Also:
Constant Field Values

Transaction

public static final byte Transaction
See Also:
Constant Field Values

Error

public static final byte Error
See Also:
Constant Field Values
Constructor Detail

pgj.ReadyForQuery

public pgj.ReadyForQuery(byte c)
Method Detail

toString

public java.lang.String toString()