jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class NetProtocolV1.BinaryRow

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

final class NetProtocolV1.BinaryRow
extends NetProtocolV1.Response

Fetch a query result row in binary form.


Field Summary
(package private)  byte[][] row
           
 
Constructor Summary
(package private) NetProtocolV1.BinaryRow()
           
 
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

row

byte[][] row
Constructor Detail

NetProtocolV1.BinaryRow

NetProtocolV1.BinaryRow()
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.