Column
class Column
Reflection metadata class for a table or result set column.
Properties
string read-only | $name | ||
string read-only | $fullName | ||
Table read-only | $table | ||
string read-only | $type | ||
mixed read-only | $nativeType | ||
int|null read-only | $size | ||
bool|null read-only | $unsigned | ||
bool|null read-only | $nullable | ||
bool|null read-only | $autoIncrement | ||
mixed read-only | $default |
Methods
string
getName()
No description
string
getFullName()
No description
bool
hasTable()
No description
string|null
getTableName()
No description
string
getType()
No description
string
getNativeType()
No description
int|null
getSize()
No description
bool|null
isUnsigned()
No description
bool|null
isNullable()
No description
bool|null
isAutoIncrement()
No description
mixed
getDefault()
No description
mixed
getVendorInfo($key)
No description
Details
at line 38
__construct(Reflector $reflector = null, array $info)
No description
at line 48
string
getName()
No description
at line 57
string
getFullName()
No description
at line 66
bool
hasTable()
No description
at line 75
Table
getTable()
No description
at line 87
string|null
getTableName()
No description
at line 96
string
getType()
No description
at line 105
string
getNativeType()
No description
at line 114
int|null
getSize()
No description
at line 123
bool|null
isUnsigned()
No description
at line 132
bool|null
isNullable()
No description
at line 141
bool|null
isAutoIncrement()
No description
at line 150
mixed
getDefault()
No description
at line 160
mixed
getVendorInfo($key)
No description
Traits
Better OOP experience.