class ExportContextSqlExportOptions extends Collection (View source)

Properties

protected $collection_key
protected $mysqlExportOptionsType
protected $mysqlExportOptionsDataType
bool $parallel
protected $postgresExportOptionsType
protected $postgresExportOptionsDataType
bool $schemaOnly
string[] $tables
int $threads

Methods

setParallel($parallel)

No description

bool
getParallel()

No description

setSchemaOnly($schemaOnly)

No description

bool
getSchemaOnly()

No description

setTables($tables)

No description

string[]
getTables()

No description

setThreads($threads)

No description

int
getThreads()

No description

Details

setMysqlExportOptions(ExportContextSqlExportOptionsMysqlExportOptions $mysqlExportOptions)

No description

Parameters

ExportContextSqlExportOptionsMysqlExportOptions $mysqlExportOptions

setParallel($parallel)

No description

Parameters

$parallel

bool getParallel()

No description

Return Value

bool

setPostgresExportOptions(ExportContextSqlExportOptionsPostgresExportOptions $postgresExportOptions)

No description

Parameters

ExportContextSqlExportOptionsPostgresExportOptions $postgresExportOptions

setSchemaOnly($schemaOnly)

No description

Parameters

$schemaOnly

bool getSchemaOnly()

No description

Return Value

bool

setTables($tables)

No description

Parameters

$tables

string[] getTables()

No description

Return Value

string[]

setThreads($threads)

No description

Parameters

$threads

int getThreads()

No description

Return Value

int