org.drizzle.jdbc.internal.mysql.packet
Class MySQLRowPacket

java.lang.Object
  extended by org.drizzle.jdbc.internal.mysql.packet.MySQLRowPacket

public class MySQLRowPacket
extends java.lang.Object


Constructor Summary
MySQLRowPacket(RawPacket rawPacket, java.util.List<ColumnInformation> columnInformation)
           
 
Method Summary
 void appendPacket(RawPacket rawPacket)
           
 java.util.List<ValueObject> getRow(PacketFetcher packetFetcher)
           
 boolean isPacketComplete()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLRowPacket

public MySQLRowPacket(RawPacket rawPacket,
                      java.util.List<ColumnInformation> columnInformation)
               throws java.io.IOException
Throws:
java.io.IOException
Method Detail

isPacketComplete

public boolean isPacketComplete()
                         throws java.io.IOException
Throws:
java.io.IOException

appendPacket

public void appendPacket(RawPacket rawPacket)

getRow

public java.util.List<ValueObject> getRow(PacketFetcher packetFetcher)
                                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2012. All Rights Reserved.