Documentation

SingleDatabaseSynchronizer extends AbstractSchemaSynchronizer
in package

Schema Synchronizer for Default DBAL Connection.

Tags
author

Benjamin Eberlei kontakt@beberlei.de

Table of Contents

$conn  : Connection
$platform  : AbstractPlatform
__construct()  : mixed
createSchema()  : mixed
{@inheritdoc}
dropAllSchema()  : mixed
{@inheritdoc}
dropSchema()  : mixed
{@inheritdoc}
getCreateSchema()  : mixed
{@inheritdoc}
getDropAllSchema()  : mixed
{@inheritdoc}
getDropSchema()  : mixed
{@inheritdoc}
getUpdateSchema()  : mixed
{@inheritdoc}
updateSchema()  : mixed
{@inheritdoc}
processSql()  : mixed
processSqlSafely()  : mixed

Properties

Methods

getUpdateSchema()

{@inheritdoc}

public getUpdateSchema(Schema $toSchema[, mixed $noDrops = false ]) : mixed
Parameters
$toSchema : Schema
$noDrops : mixed = false
Return values
mixed

updateSchema()

{@inheritdoc}

public updateSchema(Schema $toSchema[, mixed $noDrops = false ]) : mixed
Parameters
$toSchema : Schema
$noDrops : mixed = false
Return values
mixed

processSql()

protected processSql(array<string|int, mixed> $sql) : mixed
Parameters
$sql : array<string|int, mixed>
Return values
mixed

processSqlSafely()

protected processSqlSafely(array<string|int, mixed> $sql) : mixed
Parameters
$sql : array<string|int, mixed>
Return values
mixed

Search results