__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
intnullthe $characterMaximumLengthgetCharacterOctetLength() : int | null
intnullthe $characterOctetLengthgetColumnDefault() : null | string
nullstringthe $columnDefaultgetDataType() : null | string
nullstringthe $dataTypegetErrata(string $errataName) : mixed
string
mixedgetErratas() : array
arraythe $erratagetIsNullable() : bool
bool$isNullablegetName() : string
stringgetNumericPrecision() : int
intthe $numericPrecisiongetNumericScale() : int
intthe $numericScalegetNumericUnsigned() : bool
boolgetOrdinalPosition() : int
int$ordinalPositiongetSchemaName() : string
stringgetTableName() : string
stringisNullable() : bool
bool$isNullableisNumericUnsigned() : bool
boolsetCharacterMaximumLength(int $characterMaximumLength) : \Zend\Db\Metadata\Object\ColumnObject
intthe $characterMaximumLength to set
setCharacterOctetLength(int $characterOctetLength) : \Zend\Db\Metadata\Object\ColumnObject
intthe $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
intthe $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