jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class NetProtocolV1.RowDescription

java.lang.Object
  |
  +--org.sourceforge.jxdbcon.postgresql.NetProtocolV1.Response
        |
        +--org.sourceforge.jxdbcon.postgresql.NetProtocolV1.RowDescription
Enclosing class:
NetProtocolV1

final class NetProtocolV1.RowDescription
extends NetProtocolV1.Response

Fetch the row description response.


Field Summary
(package private)  int[] fieldMods
           
(package private)  byte[][] fieldNames
           
(package private)  long[] fieldOids
           
(package private)  short[] fieldSizes
           
 
Constructor Summary
(package private) NetProtocolV1.RowDescription()
           
 
Method Summary
(package private)  void read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldMods

int[] fieldMods

fieldNames

byte[][] fieldNames

fieldOids

long[] fieldOids

fieldSizes

short[] fieldSizes
Constructor Detail

NetProtocolV1.RowDescription

NetProtocolV1.RowDescription()
Method Detail

read

void read()
    throws IOException
Specified by:
read in class NetProtocolV1.Response
IOException

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.