Documentation

TableMetadataStorage
in package
implements MetadataStorage

FinalYes

Table of Contents

Interfaces

MetadataStorage

Properties

$comparator  : Comparator
$configuration  : TableMetadataStorageConfiguration
$connection  : Connection
$isInitialized  : bool
$migrationRepository  : MigrationsRepository|null
$platform  : AbstractPlatform
$schemaManager  : AbstractSchemaManager<string|int, AbstractPlatform>
$schemaUpToDate  : bool

Methods

__construct()  : mixed
complete()  : void
ensureInitialized()  : void
getExecutedMigrations()  : ExecutedMigrationsList
getSql()  : iterable<string|int, Query>
reset()  : void
checkInitialization()  : void
getExpectedTable()  : Table
isAlreadyV3Format()  : bool
isInitialized()  : bool
needsUpdate()  : TableDiff|null
updateMigratedVersionsFromV1orV2toV3()  : void

Properties

Methods

complete()

public complete(ExecutionResult $result) : void
Parameters
$result : ExecutionResult

getSql()

public getSql(ExecutionResult $result) : iterable<string|int, Query>
Parameters
$result : ExecutionResult
Return values
iterable<string|int, Query>

updateMigratedVersionsFromV1orV2toV3()

private updateMigratedVersionsFromV1orV2toV3() : void

        
On this page

Search results