Class pgj.RowDescription

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

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


Nested Class Summary
static class pgj.RowDescription.Field
           
 
Field Summary
 pgj.RowDescription.Field[] fields
           
 
Constructor Summary
pgj.RowDescription(pgj.RowDescription.Field[] f)
           
 
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

fields

public pgj.RowDescription.Field[] fields
Constructor Detail

pgj.RowDescription

public pgj.RowDescription(pgj.RowDescription.Field[] f)
Method Detail

toString

public java.lang.String toString()