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 717)
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 723

__construct

public __construct ($info)

Input
$info
Method Details

line 743

getColumns

public array getColumns ()

Output
array  

line 733

getName

public string getName ()

Output
string  

line 763

isPrimary

public bool isPrimary ()

Output
bool  

line 753

isUnique

public bool isUnique ()

Output
bool