protected static class MySqlConnectorIT.BinlogPosition extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
binlogFilename |
private long |
binlogPosition |
private String |
gtidSet |
| Modifier | Constructor and Description |
|---|---|
protected |
BinlogPosition() |
| Modifier and Type | Method and Description |
|---|---|
String |
binlogFilename() |
long |
binlogPosition() |
String |
gtidSet() |
boolean |
hasGtids() |
void |
readFromDatabase(ResultSet rs) |
String |
toString() |
private String binlogFilename
private long binlogPosition
private String gtidSet
public void readFromDatabase(ResultSet rs) throws SQLException
SQLExceptionpublic String binlogFilename()
public long binlogPosition()
public String gtidSet()
public boolean hasGtids()
Copyright © 2018 JBoss by Red Hat. All rights reserved.