AbstractSchemaSynchronizer
in package
implements
SchemaSynchronizer
Abstract schema synchronizer with methods for executing batches of SQL.
Interfaces, Classes and Traits
- SchemaSynchronizer
- The synchronizer knows how to synchronize a schema with the configured database.
Table of Contents
- $conn : Connection
- __construct() : mixed
- processSql() : mixed
- processSqlSafely() : mixed
Properties
$conn
protected
Connection
$conn
Methods
__construct()
public
__construct(Connection $conn) : mixed
Parameters
- $conn : Connection
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>