Documentation

DropSchemaSqlCollector extends AbstractVisitor
in package

Gathers SQL statements that allow to completely drop the current schema.

Tags
deprecated

Use instead.

Table of Contents

Properties

$constraints  : SplObjectStorage
$platform  : AbstractPlatform
$sequences  : SplObjectStorage
$tables  : SplObjectStorage

Methods

__construct()  : mixed
acceptColumn()  : void
acceptForeignKey()  : void
acceptIndex()  : void
acceptNamespace()  : void
Accepts a schema namespace name.
acceptSchema()  : void
acceptSequence()  : void
acceptTable()  : void
clearQueries()  : void
getQueries()  : array<string|int, string>
initializeQueries()  : void

Properties

Methods

acceptNamespace()

Accepts a schema namespace name.

public acceptNamespace(mixed $namespaceName) : void
Parameters
$namespaceName : mixed

The schema namespace name to accept.

getQueries()

public getQueries() : array<string|int, string>
Return values
array<string|int, string>

        
On this page

Search results