Documentation

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

Methods

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