Interface ExportContext.SqlExportOptions.PostgresExportOptionsOrBuilder (0.1.0)

public static interface ExportContext.SqlExportOptions.PostgresExportOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClean()

public abstract BoolValue getClean()

Optional. Use this option to include DROP <code>&lt;object&gt;</code> SQL statements. Use these statements to delete database objects before running the import operation.

.google.protobuf.BoolValue clean = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BoolValue

The clean.

getCleanOrBuilder()

public abstract BoolValueOrBuilder getCleanOrBuilder()

Optional. Use this option to include DROP <code>&lt;object&gt;</code> SQL statements. Use these statements to delete database objects before running the import operation.

.google.protobuf.BoolValue clean = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BoolValueOrBuilder

getIfExists()

public abstract BoolValue getIfExists()

Optional. Option to include an IF EXISTS SQL statement with each DROP statement produced by clean.

.google.protobuf.BoolValue if_exists = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BoolValue

The ifExists.

getIfExistsOrBuilder()

public abstract BoolValueOrBuilder getIfExistsOrBuilder()

Optional. Option to include an IF EXISTS SQL statement with each DROP statement produced by clean.

.google.protobuf.BoolValue if_exists = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BoolValueOrBuilder

hasClean()

public abstract boolean hasClean()

Optional. Use this option to include DROP <code>&lt;object&gt;</code> SQL statements. Use these statements to delete database objects before running the import operation.

.google.protobuf.BoolValue clean = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the clean field is set.

hasIfExists()

public abstract boolean hasIfExists()

Optional. Option to include an IF EXISTS SQL statement with each DROP statement produced by clean.

.google.protobuf.BoolValue if_exists = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the ifExists field is set.