Class DibiColumnInfo
Reflection metadata class for a table or result set column.
DibiObject | --DibiColumnInfo
| Constructor Summary | |
|---|---|
| public |
|
| Method Summary | |
|---|---|
| mixed |
getDefault
()
|
| string |
getFullName
()
|
| string |
getName
()
|
| mixed |
|
| int |
getSize
()
|
| DibiTableInfo |
getTable
()
|
| string |
getTableName
()
|
| string |
getType
()
|
| mixed |
getVendorInfo
(string $key)
|
| bool |
hasTable
()
|
| bool |
|
| bool |
isNullable
()
|
| bool |
isUnsigned
()
|
| Constructor Details | |||||||||
|---|---|---|---|---|---|---|---|---|---|
|
line 478 __constructpublic __construct ([IDibiReflector $reflector =
|
|||||||||
| Method Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 605 getDefaultpublic mixed getDefault ()
|
||||||||||||
|
line 499 getFullNamepublic string getFullName ()
|
||||||||||||
|
line 489 getNamepublic string getName ()
|
||||||||||||
|
line 555 getNativeTypepublic mixed getNativeType ()
|
||||||||||||
|
line 565 getSizepublic int getSize ()
|
||||||||||||
|
line 519 getTablepublic DibiTableInfo getTable ()
|
||||||||||||
|
line 532 getTableNamepublic string getTableName ()
|
||||||||||||
|
line 542 getTypepublic string getType ()
|
||||||||||||
|
line 616 getVendorInfopublic mixed getVendorInfo (string $key)
|
||||||||||||
|
line 509 hasTablepublic bool hasTable ()
|
||||||||||||
|
line 595 isAutoIncrementpublic bool isAutoIncrement ()
|
||||||||||||
|
line 585 isNullablepublic bool isNullable ()
|
||||||||||||
|
line 575 isUnsignedpublic bool isUnsigned ()
|
||||||||||||