org.drizzle.jdbc.internal.mysql.packet.commands
Class MySQLBinlogDumpPacket

java.lang.Object
  extended by org.drizzle.jdbc.internal.mysql.packet.commands.MySQLBinlogDumpPacket
All Implemented Interfaces:
CommandPacket

public class MySQLBinlogDumpPacket
extends java.lang.Object
implements CommandPacket


Constructor Summary
MySQLBinlogDumpPacket(int startPos, java.lang.String filename)
           
 
Method Summary
 int send(java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLBinlogDumpPacket

public MySQLBinlogDumpPacket(int startPos,
                             java.lang.String filename)
Method Detail

send

public int send(java.io.OutputStream os)
         throws java.io.IOException
Specified by:
send in interface CommandPacket
Throws:
java.io.IOException


Copyright © 2012. All Rights Reserved.