package |
Default |
inherited_from |
\Zend\Db\Sql\Ddl\Constraint\AbstractConstraint |
Methods
__construct()
__construct(null|string|array $columns = null
, null|string $name = null
)
Inherited
Parameters
$columns
null
string
array
$name
null
string
addColumn()
addColumn(string $column) : \Zend\Db\Sql\Ddl\Constraint\UniqueKey
Inherited
fluent |
This method is part of a fluent interface and will return the same instance |
Parameters
$column
string
Returns
\Zend\Db\Sql\Ddl\Constraint\UniqueKey
getColumns()
getColumns()
Inherited
inherited_from |
\Zend\Db\Sql\Ddl\Constraint\ConstraintInterface::getColumns() |
{@inheritDoc}
getExpressionData()
Inherited
getName()
getName() : string
Inherited
setColumns()
setColumns(null|string|array $columns) : \Zend\Db\Sql\Ddl\Constraint\UniqueKey
Inherited
fluent |
This method is part of a fluent interface and will return the same instance |
Parameters
$columns
null
string
array
Returns
\Zend\Db\Sql\Ddl\Constraint\UniqueKey
setName()
setName(string $name) : \Zend\Db\Sql\Ddl\Constraint\UniqueKey
Inherited
fluent |
This method is part of a fluent interface and will return the same instance |
Parameters
$name
string
Returns
\Zend\Db\Sql\Ddl\Constraint\UniqueKey
Properties
$columnSpecification
$columnSpecification : string
$columns
$columns : array
$namedSpecification
$namedSpecification : string
$specification
$specification : string
inherited_from |
\Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::specification |
$specification
$specification : string