Class DropTable

Summary

Fully Qualified Name: Zend\Db\Sql\Ddl\DropTable
Extends: AbstractSql
Implements: SqlInterface

Description

Methods

Name Description Defined By
__construct() DropTable
getSqlString() {@inheritDoc} AbstractSql

Method Details

__construct()

Parameter Name Type Description
$table string|\TableIdentifier

Returns:

getSqlString()

{@inheritDoc}

Parameter Name Type Description
$adapterPlatform

Returns:

Top