SingleDatabaseSynchronizer
extends AbstractSchemaSynchronizer
in package
Schema Synchronizer for Default DBAL Connection.
Tags
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
$conn
protected
Connection
$conn
$platform
private
AbstractPlatform
$platform
Methods
__construct()
public
__construct(Connection $conn) : mixed
Parameters
- $conn : Connection
Return values
mixed —createSchema()
{@inheritdoc}
public
createSchema(Schema $createSchema) : mixed
Parameters
- $createSchema : Schema
Return values
mixed —dropAllSchema()
{@inheritdoc}
public
dropAllSchema() : mixed
Return values
mixed —dropSchema()
{@inheritdoc}
public
dropSchema(Schema $dropSchema) : mixed
Parameters
- $dropSchema : Schema
Return values
mixed —getCreateSchema()
{@inheritdoc}
public
getCreateSchema(Schema $createSchema) : mixed
Parameters
- $createSchema : Schema
Return values
mixed —getDropAllSchema()
{@inheritdoc}
public
getDropAllSchema() : mixed
Return values
mixed —getDropSchema()
{@inheritdoc}
public
getDropSchema(Schema $dropSchema) : mixed
Parameters
- $dropSchema : Schema
Return values
mixed —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>