Fully Qualified Name: | Laminas\Db\Metadata\Object\ColumnObject |
Constructor
Parameter Name | Type | Description |
---|---|---|
$name | string | |
$tableName | string | |
$schemaName | string |
Returns:
Returns: int|null the $characterMaximumLength
Returns: int|null the $characterOctetLength
Returns: null|string the $columnDefault
Returns: null|string the $dataType
Parameter Name | Type | Description |
---|---|---|
$errataName | string |
Returns: mixed
Returns: array the $errata
Returns: bool $isNullable
Get name
Returns: string
Returns: int the $numericPrecision
Returns: int the $numericScale
Returns: bool
Returns: int $ordinalPosition
Get schema name
Returns: string
Get table name
Returns: string
Returns: bool $isNullable
Returns: bool
Parameter Name | Type | Description |
---|---|---|
$characterMaximumLength | int | the |
Returns: self Provides a fluent interface
Parameter Name | Type | Description |
---|---|---|
$characterOctetLength | int | the |
Returns: self Provides a fluent interface
Parameter Name | Type | Description |
---|---|---|
$columnDefault | mixed | to |
Returns: self Provides a fluent interface
Parameter Name | Type | Description |
---|---|---|
$dataType | string | the |
Returns: self Provides a fluent interface
Parameter Name | Type | Description |
---|---|---|
$errataName | string | |
$errataValue | mixed |
Returns: self Provides a fluent interface
Parameter Name | Type | Description |
---|---|---|
$erratas | array |
Returns: self Provides a fluent interface
Parameter Name | Type | Description |
---|---|---|
$isNullable | bool | to |
Returns: self Provides a fluent interface
Set name
Parameter Name | Type | Description |
---|---|---|
$name | string |
Returns:
Parameter Name | Type | Description |
---|---|---|
$numericPrecision | int | the |
Returns: self Provides a fluent interface
Parameter Name | Type | Description |
---|---|---|
$numericScale | int | the |
Returns: self Provides a fluent interface
Parameter Name | Type | Description |
---|---|---|
$numericUnsigned | bool |
Returns: self Provides a fluent interface
Parameter Name | Type | Description |
---|---|---|
$ordinalPosition | int | to |
Returns: self Provides a fluent interface
Set schema name
Parameter Name | Type | Description |
---|---|---|
$schemaName | string |
Returns:
Set table name
Parameter Name | Type | Description |
---|---|---|
$tableName | string |
Returns: self Provides a fluent interface