Class DibiIndexInfo
Reflection metadata class for a index or primary key.
DibiObject | --DibiIndexInfo
| Constructor Summary | |
|---|---|
| public |
__construct
($info)
|
| Method Summary | |
|---|---|
| array |
getColumns
()
|
| string |
getName
()
|
| bool |
isPrimary
()
|
| bool |
isUnique
()
|
| Constructor Details | ||||||
|---|---|---|---|---|---|---|
|
line 667 __constructpublic __construct ($info)
|
||||||
| Method Details | ||||||
|---|---|---|---|---|---|---|
|
line 687 getColumnspublic array getColumns ()
|
||||||
|
line 677 getNamepublic string getName ()
|
||||||
|
line 707 isPrimarypublic bool isPrimary ()
|
||||||
|
line 697 isUniquepublic bool isUnique ()
|
||||||