Class DibiIndexInfo


Reflection metadata class for a index or primary key.

DibiObject
   |
   --DibiIndexInfo
Copyright: Copyright (c) 2005, 2010 David Grudl
Located: in /libs/DibiDatabaseInfo.php (line 661)
Constructor Summary
public
__construct ($info)
Method Summary
array
string
getName ()
bool
bool
Methods Inherited From DibiObject
DibiObject::extensionMethod(), DibiObject::getClass(), DibiObject::getReflection(), DibiObject::__call(), DibiObject::__callStatic(), DibiObject::__get(), DibiObject::__isset(), DibiObject::__set(), DibiObject::__unset()

Constructor Details

line 667

__construct

public __construct ($info)

Input
$info
Method Details

line 687

getColumns

public array getColumns ()

Output
array  

line 677

getName

public string getName ()

Output
string  

line 707

isPrimary

public bool isPrimary ()

Output
bool  

line 697

isUnique

public bool isUnique ()

Output
bool