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 read-only | $nullable | ||
bool 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|null
getType()
No description
string
getNativeType()
No description
int|null
getSize()
No description
bool
isNullable()
No description
bool
isAutoIncrement()
No description
mixed
getDefault()
No description
mixed
getVendorInfo(string $key)
No description
Details
at line 39
__construct(Reflector $reflector = null, array $info)
No description
at line 46
string
getName()
No description
at line 52
string
getFullName()
No description
at line 58
bool
hasTable()
No description
at line 64
Table
getTable()
No description
at line 73
string|null
getTableName()
No description
at line 81
string|null
getType()
No description
at line 87
string
getNativeType()
No description
at line 93
int|null
getSize()
No description
at line 99
bool
isNullable()
No description
at line 105
bool
isAutoIncrement()
No description
at line 112
mixed
getDefault()
No description
at line 119
mixed
getVendorInfo(string $key)
No description
Traits
Better OOP experience.