com.github.shyiko.mysql.binlog.network.protocol.command
Interface Command

All Superinterfaces:
Packet
All Known Implementing Classes:
AuthenticateCommand, DumpBinaryLogCommand, DumpBinaryLogGtidCommand, PingCommand, QueryCommand, SSLRequestCommand

public interface Command
extends Packet

Author:
Stanley Shyiko

Field Summary
 
Fields inherited from interface com.github.shyiko.mysql.binlog.network.protocol.Packet
MAX_LENGTH
 
Method Summary
 byte[] toByteArray()
           
 

Method Detail

toByteArray

byte[] toByteArray()
                   throws IOException
Throws:
IOException


Copyright © 2016. All Rights Reserved.