com.github.shyiko.mysql.binlog.network.protocol
Class ResultSetRowPacket

java.lang.Object
  extended by com.github.shyiko.mysql.binlog.network.protocol.ResultSetRowPacket
All Implemented Interfaces:
Packet

public class ResultSetRowPacket
extends Object
implements Packet

Author:
Stanley Shyiko

Field Summary
 
Fields inherited from interface com.github.shyiko.mysql.binlog.network.protocol.Packet
MAX_LENGTH
 
Constructor Summary
ResultSetRowPacket(byte[] bytes)
           
 
Method Summary
 String getValue(int index)
           
 String[] getValues()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetRowPacket

public ResultSetRowPacket(byte[] bytes)
                   throws IOException
Throws:
IOException
Method Detail

getValues

public String[] getValues()

getValue

public String getValue(int index)

size

public int size()


Copyright © 2016. All Rights Reserved.