Class DibiColumnInfo
Reflection metadata class for a table or result set column.
DibiObject | --DibiColumnInfo
| Constructor Summary | |
|---|---|
| public |
__construct
(IDibiDriver $driver, $info)
|
| Method Summary | |
|---|---|
| mixed |
getDefault
()
|
| string |
getFullName
()
|
| string |
getName
()
|
| mixed |
|
| int |
getSize
()
|
| DibiTableInfo |
getTable
()
|
| string |
getType
()
|
| mixed |
getVendorInfo
(string $key)
|
| bool |
hasTable
()
|
| bool |
|
| bool |
isNullable
()
|
| Constructor Details | |||||||||
|---|---|---|---|---|---|---|---|---|---|
|
line 448 __constructpublic __construct (IDibiDriver $driver, $info)
|
|||||||||
| Method Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 555 getDefaultpublic mixed getDefault ()
|
||||||||||||
|
line 469 getFullNamepublic string getFullName ()
|
||||||||||||
|
line 459 getNamepublic string getName ()
|
||||||||||||
|
line 515 getNativeTypepublic mixed getNativeType ()
|
||||||||||||
|
line 525 getSizepublic int getSize ()
|
||||||||||||
|
line 489 getTablepublic DibiTableInfo getTable ()
|
||||||||||||
|
line 502 getTypepublic string getType ()
|
||||||||||||
|
line 566 getVendorInfopublic mixed getVendorInfo (string $key)
|
||||||||||||
|
line 479 hasTablepublic bool hasTable ()
|
||||||||||||
|
line 545 isAutoIncrementpublic bool isAutoIncrement ()
|
||||||||||||
|
line 535 isNullablepublic bool isNullable ()
|
||||||||||||