Zend Framework  3.0
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
DropTable Class Reference

Public Member Functions

 __construct ($table= '')
 
- Public Member Functions inherited from AbstractSql
 getSqlString (PlatformInterface $adapterPlatform=null)
 Get SQL string for statement.
Parameters
null | PlatformInterface$adapterPlatform
Returns
string

 

Public Attributes

const TABLE = 'table'
 

Protected Member Functions

 processTable (PlatformInterface $adapterPlatform=null)
 
- Protected Member Functions inherited from AbstractSql
 buildSqlString (PlatformInterface $platform, DriverInterface $driver=null, ParameterContainer $parameterContainer=null)
 
 renderTable ($table, $alias=null)
 Render table with alias in from/join parts.
 
 processExpression (ExpressionInterface $expression, PlatformInterface $platform, DriverInterface $driver=null, ParameterContainer $parameterContainer=null, $namedParameterPrefix=null)
 int $runtimeExpressionPrefix
 
 createSqlFromSpecificationAndParameters ($specifications, $parameters)
 
 processSubSelect (Select $subselect, PlatformInterface $platform, DriverInterface $driver=null, ParameterContainer $parameterContainer=null)
 
 processJoin (Join $joins, PlatformInterface $platform, DriverInterface $driver=null, ParameterContainer $parameterContainer=null)
 
 resolveColumnValue ($column, PlatformInterface $platform, DriverInterface $driver=null, ParameterContainer $parameterContainer=null, $namedParameterPrefix=null)
 
 resolveTable ($table, PlatformInterface $platform, DriverInterface $driver=null, ParameterContainer $parameterContainer=null)
 
 localizeVariables ()
 Copy variables from the subject into the local properties.
 

Protected Attributes

 $specifications
 
 $table = ''
 
- Protected Attributes inherited from AbstractSql
 $specifications = []
 
 $processInfo = ['paramPrefix' => ''
 
 $instanceParameterIndex = []
 

Constructor & Destructor Documentation

__construct (   $table = '')
Parameters
string$table

Member Function Documentation

processTable ( PlatformInterface  $adapterPlatform = null)
protected

Member Data Documentation

$specifications
protected
Initial value:
= [
self::TABLE => 'DROP TABLE %1$s'
]
$table = ''
protected
const TABLE = 'table'