org.drizzle.jdbc
Interface ReplicationConnection

All Known Implementing Classes:
DrizzleConnection

public interface ReplicationConnection

Created by IntelliJ IDEA. User: marcuse Date: Apr 18, 2009 Time: 9:57:17 PM To change this template use File | Settings | File Templates.


Method Summary
 java.util.List<RawPacket> startBinlogDump(int startPos, java.lang.String logfile)
           
 

Method Detail

startBinlogDump

java.util.List<RawPacket> startBinlogDump(int startPos,
                                          java.lang.String logfile)
                                          throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2012. All Rights Reserved.