Interface ExportContext.SqlExportOptions.MysqlExportOptionsOrBuilder (0.1.0)

public static interface ExportContext.SqlExportOptions.MysqlExportOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMasterData()

public abstract Int32Value getMasterData()

Option to include SQL statement required to set up replication. If set to 1, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to 2, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than 1, --set-gtid-purged is set to OFF.

.google.protobuf.Int32Value master_data = 1;

Returns
Type Description
Int32Value

The masterData.

getMasterDataOrBuilder()

public abstract Int32ValueOrBuilder getMasterDataOrBuilder()

Option to include SQL statement required to set up replication. If set to 1, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to 2, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than 1, --set-gtid-purged is set to OFF.

.google.protobuf.Int32Value master_data = 1;

Returns
Type Description
Int32ValueOrBuilder

hasMasterData()

public abstract boolean hasMasterData()

Option to include SQL statement required to set up replication. If set to 1, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to 2, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than 1, --set-gtid-purged is set to OFF.

.google.protobuf.Int32Value master_data = 1;

Returns
Type Description
boolean

Whether the masterData field is set.