Methods

__construct()

__construct(string $table, bool $isTemporary) 

Parameters

$table

string

$isTemporary

bool

addColumn()

addColumn(\Zend\Db\Sql\Ddl\Column\ColumnInterface $column) : \Zend\Db\Sql\Ddl\self

Parameters

Returns

\Zend\Db\Sql\Ddl\self

addConstraint()

addConstraint(\Zend\Db\Sql\Ddl\Constraint\ConstraintInterface $constraint) : \Zend\Db\Sql\Ddl\self

Parameters

Returns

\Zend\Db\Sql\Ddl\self

getRawState()

getRawState(string | null $key) : array

Parameters

$key

stringnull

Returns

array

getSqlString()

getSqlString(\Zend\Db\Adapter\Platform\PlatformInterface $adapterPlatform) : string

Parameters

Returns

string

isTemporary()

isTemporary() : bool

Returns

bool

setTable()

setTable(string $name) : \Zend\Db\Sql\Ddl\self

Parameters

$name

string

Returns

\Zend\Db\Sql\Ddl\self

setTemporary()

setTemporary(bool $temporary) : \Zend\Db\Sql\Ddl\self

Parameters

$temporary

bool

Returns

\Zend\Db\Sql\Ddl\self

createSqlFromSpecificationAndParameters()

createSqlFromSpecificationAndParameters($specifications, $parameters) : string
Inherited

inherited_from \Zend\Db\Sql\AbstractSql::createSqlFromSpecificationAndParameters()

Parameters

$specifications

$parameters

Exceptions

\Zend\Db\Sql\Exception\RuntimeException

Returns

string

processColumns()

processColumns(\Zend\Db\Adapter\Platform\PlatformInterface $adapterPlatform) 

Parameters

$adapterPlatform

processConstraints()

processConstraints(\Zend\Db\Adapter\Platform\PlatformInterface $adapterPlatform) 

Parameters

$adapterPlatform

processExpression()

processExpression(\Zend\Db\Sql\ExpressionInterface $expression, \Zend\Db\Adapter\Platform\PlatformInterface $platform, \Zend\Db\Adapter\Driver\DriverInterface $driver, $namedParameterPrefix) 
Inherited

inherited_from \Zend\Db\Sql\AbstractSql::processExpression()

Parameters

$expression

$platform

$driver

$namedParameterPrefix

processSubSelect()

processSubSelect(\Zend\Db\Sql\Select $subselect, \Zend\Db\Adapter\Platform\PlatformInterface $platform, \Zend\Db\Adapter\Driver\DriverInterface $driver, \Zend\Db\Adapter\ParameterContainer $parameterContainer) 
Inherited

inherited_from \Zend\Db\Sql\AbstractSql::processSubSelect()

Parameters

$subselect

$platform

$driver

$parameterContainer

processTable()

processTable(\Zend\Db\Adapter\Platform\PlatformInterface $adapterPlatform) 

Parameters

$adapterPlatform

 Properties

 

$columns

$columns : array

 

$constraints

$constraints : array

 

$instanceParameterIndex

$instanceParameterIndex : array
Inherited

inherited_from \Zend\Db\Sql\AbstractSql::$$instanceParameterIndex
 

$isTemporary

$isTemporary : bool

 

$processInfo

$processInfo : string
Inherited

inherited_from \Zend\Db\Sql\AbstractSql::$$processInfo
 

Specifications for Sql String generation

$specifications : array

 

$table

$table : string

 Constants

 

COLUMNS

COLUMNS 

 

CONSTRAINTS

CONSTRAINTS 

 

TABLE

TABLE