Methods

__construct()

__construct(null | string | array $columns, null | string $name) 
Inherited

inherited_from \Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::__construct()

Parameters

$columns

nullstringarray

$name

nullstring

addColumn()

addColumn(string $column) : \Zend\Db\Sql\Ddl\Constraint\self
Inherited

inherited_from \Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::addColumn()

Parameters

$column

string

Returns

\Zend\Db\Sql\Ddl\Constraint\self

{@inheritDoc}

getColumns() 
Inherited

inherited_from \Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::getColumns()

{@inheritDoc}

getExpressionData() 
Inherited

inherited_from \Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::getExpressionData()

getName()

getName() : string
Inherited

inherited_from \Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::getName()

Returns

string

setColumns()

setColumns(null | string | array $columns) : \Zend\Db\Sql\Ddl\Constraint\self
Inherited

inherited_from \Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::setColumns()

Parameters

$columns

nullstringarray

Returns

\Zend\Db\Sql\Ddl\Constraint\self

setName()

setName(string $name) : \Zend\Db\Sql\Ddl\Constraint\self
Inherited

inherited_from \Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::setName()

Parameters

$name

string

Returns

\Zend\Db\Sql\Ddl\Constraint\self

 Properties

 

$columnSpecification

$columnSpecification : string
Inherited

inherited_from \Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::$$columnSpecification
 

$columns

$columns : array
Inherited

inherited_from \Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::$$columns
 

$name

$name : string
Inherited

inherited_from \Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::$$name
 

$namedSpecification

$namedSpecification : string
Inherited

inherited_from \Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::$$namedSpecification
 

$specification

$specification : string
Inherited

inherited_from \Zend\Db\Sql\Ddl\Constraint\AbstractConstraint::$$specification