1270. Class

1270.1. Zend\Db\Metadata\Object\ColumnObject

1270.1.1. Methods

1270.1.1.1. __construct

__construct()

Constructor

Parameters:
  • string
  • string
  • string

1270.1.1.2. setName

setName()

Set name

Parameters:string

1270.1.1.3. getName

getName()

Get name

Return type:string

1270.1.1.4. getTableName

getTableName()

Get table name

Return type:string

1270.1.1.5. setTableName

setTableName()

Set table name

Parameters:string
Return type:ColumnObject

1270.1.1.6. setSchemaName

setSchemaName()

Set schema name

Parameters:string

1270.1.1.7. getSchemaName

getSchemaName()

Get schema name

Return type:string

1270.1.1.8. getOrdinalPosition

getOrdinalPosition()

@return int $ordinalPosition

1270.1.1.9. setOrdinalPosition

setOrdinalPosition()

@param int $ordinalPosition to set

Return type:ColumnObject

1270.1.1.10. getColumnDefault

getColumnDefault()

@return null|string the $columnDefault

1270.1.1.11. setColumnDefault

setColumnDefault()

@param mixed $columnDefault to set

Return type:ColumnObject

1270.1.1.12. getIsNullable

getIsNullable()

@return bool $isNullable

1270.1.1.13. setIsNullable

setIsNullable()

@param bool $isNullable to set

Return type:ColumnObject

1270.1.1.14. isNullable

isNullable()

@return bool $isNullable

1270.1.1.15. getDataType

getDataType()

@return null|string the $dataType

1270.1.1.16. setDataType

setDataType()

@param string $dataType the $dataType to set

Return type:ColumnObject

1270.1.1.17. getCharacterMaximumLength

getCharacterMaximumLength()

@return int|null the $characterMaximumLength

1270.1.1.18. setCharacterMaximumLength

setCharacterMaximumLength()

@param int $characterMaximumLength the $characterMaximumLength to set

Return type:ColumnObject

1270.1.1.19. getCharacterOctetLength

getCharacterOctetLength()

@return int|null the $characterOctetLength

1270.1.1.20. setCharacterOctetLength

setCharacterOctetLength()

@param int $characterOctetLength the $characterOctetLength to set

Return type:ColumnObject

1270.1.1.21. getNumericPrecision

getNumericPrecision()

@return int the $numericPrecision

1270.1.1.22. setNumericPrecision

setNumericPrecision()

@param int $numericPrecision the $numericPrevision to set

Return type:ColumnObject

1270.1.1.23. getNumericScale

getNumericScale()

@return int the $numericScale

1270.1.1.24. setNumericScale

setNumericScale()

@param int $numericScale the $numericScale to set

Return type:ColumnObject

1270.1.1.25. getNumericUnsigned

getNumericUnsigned()

@return bool

1270.1.1.26. setNumericUnsigned

setNumericUnsigned()

@param bool $numericUnsigned

Return type:ColumnObject

1270.1.1.27. isNumericUnsigned

isNumericUnsigned()

@return bool

1270.1.1.28. getErratas

getErratas()

@return array the $errata

1270.1.1.29. setErratas

setErratas()

@param array $erratas

Return type:ColumnObject

1270.1.1.30. getErrata

getErrata()

@param string $errataName

Return type:mixed

1270.1.1.31. setErrata

setErrata()

@param string $errataName

Parameters:mixed
Return type:ColumnObject