__construct()
getCharacterMaximumLength()
getCharacterOctetLength()
getColumnDefault()
getDataType()
getErrata()
getErratas()
getIsNullable()
getName()
getNumericPrecision()
getNumericScale()
getNumericUnsigned()
getOrdinalPosition()
getSchemaName()
getTableName()
isNullable()
isNumericUnsigned()
setCharacterMaximumLength()
setCharacterOctetLength()
setColumnDefault()
setDataType()
setErrata()
setErratas()
setIsNullable()
setName()
setNumericPrecision()
setNumericScale()
setNumericUnsigned()
setOrdinalPosition()
setSchemaName()
setTableName()
$characterMaximumLength
$characterOctetLength
$columnDefault
$dataType
$errata
$isNullable
$name
$numericPrecision
$numericScale
$numericUnsigned
$ordinalPosition
$schemaName
$tableName
__construct(string $name, string $tableName, string $schemaName)
string
string
string
getCharacterMaximumLength() : int | null
int
null
the $characterMaximumLengthgetCharacterOctetLength() : int | null
int
null
the $characterOctetLengthgetColumnDefault() : null | string
null
string
the $columnDefaultgetDataType() : null | string
null
string
the $dataTypegetErrata(string $errataName) : mixed
string
mixed
getErratas() : array
array
the $erratagetIsNullable() : bool
bool
$isNullablegetName() : string
string
getNumericPrecision() : int
int
the $numericPrecisiongetNumericScale() : int
int
the $numericScalegetNumericUnsigned() : bool
bool
getOrdinalPosition() : int
int
$ordinalPositiongetSchemaName() : string
string
getTableName() : string
string
isNullable() : bool
bool
$isNullableisNumericUnsigned() : bool
bool
setCharacterMaximumLength(int $characterMaximumLength) : \Zend\Db\Metadata\Object\ColumnObject
int
the $characterMaximumLength to set
setCharacterOctetLength(int $characterOctetLength) : \Zend\Db\Metadata\Object\ColumnObject
int
the $characterOctetLength to set
setErrata(string $errataName, mixed $errataValue) : \Zend\Db\Metadata\Object\ColumnObject
setName(string $name)
string
setNumericPrecision(int $numericPrecision) : \Zend\Db\Metadata\Object\ColumnObject
int
the $numericPrevision to set
setNumericUnsigned(bool $numericUnsigned) : \Zend\Db\Metadata\Object\ColumnObject
setOrdinalPosition(int $ordinalPosition) : \Zend\Db\Metadata\Object\ColumnObject
setSchemaName(string $schemaName)
string
$characterMaximumLength : int
$characterOctetLength : int
$columnDefault : string
$dataType : string
$errata : array
$isNullable : bool
$name : string
$numericPrecision : int
$numericScale : int
$numericUnsigned : bool
$ordinalPosition :
$schemaName : string
$tableName : string