| Fully Qualified Name: | Laminas\Db\Metadata\Object\ConstraintKeyObject |
Constructor
| Parameter Name | Type | Description |
|---|---|---|
| $column | string |
Returns:
Get column name
Returns: string
get foreign key delete rule
Returns: string
Get foreign key update rule
Returns: string
Get ordinal position
Returns: int
Get position in unique constraint
Returns: bool
Get referenced column name
Returns: string
Get referenced table name
Returns: string
Get referencred table schema
Returns: string
Set column name
| Parameter Name | Type | Description |
|---|---|---|
| $columnName | string |
Returns: self Provides a fluent interface
Set foreign key delete rule
| Parameter Name | Type | Description |
|---|---|---|
| $foreignKeyDeleteRule | string |
Returns:
set foreign key update rule
| Parameter Name | Type | Description |
|---|---|---|
| $foreignKeyUpdateRule | string |
Returns:
Set ordinal position
| Parameter Name | Type | Description |
|---|---|---|
| $ordinalPosition | int |
Returns: self Provides a fluent interface
Set position in unique constraint
| Parameter Name | Type | Description |
|---|---|---|
| $positionInUniqueConstraint | bool |
Returns: self Provides a fluent interface
Set referenced column name
| Parameter Name | Type | Description |
|---|---|---|
| $referencedColumnName | string |
Returns: self Provides a fluent interface
Set Referenced table name
| Parameter Name | Type | Description |
|---|---|---|
| $referencedTableName | string |
Returns: self Provides a fluent interface
Set referenced table schema
| Parameter Name | Type | Description |
|---|---|---|
| $referencedTableSchema | string |
Returns: self Provides a fluent interface