| Fully Qualified Name: | Laminas\Db\Sql\Ddl\AlterTable |
| Extends: | AbstractSql |
| Implements: | SqlInterface |
| Name | Description | Defined By |
|---|---|---|
| __construct() | AlterTable | |
| addColumn() | AlterTable | |
| addConstraint() | AlterTable | |
| changeColumn() | AlterTable | |
| dropColumn() | AlterTable | |
| dropConstraint() | AlterTable | |
| getRawState() | AlterTable | |
| getSqlString() | {@inheritDoc} | AbstractSql |
| setTable() | AlterTable |
| Parameter Name | Type | Description |
|---|---|---|
| $table | string|\TableIdentifier |
Returns:
| Parameter Name | Type | Description |
|---|---|---|
| $column | \Column\ColumnInterface |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $constraint | \Constraint\ConstraintInterface |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $name | string | |
| $column | \Column\ColumnInterface |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $name | string |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $name | string |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $key | string|null |
Returns: array
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $adapterPlatform |
Returns:
| Parameter Name | Type | Description |
|---|---|---|
| $name | string |
Returns: self Provides a fluent interface