Class Horde_Db_Adapter_Base_Index
		
		
		
		Package: Db\Adapter
Category: Horde
License: http://www.horde.org/licenses/bsd
Author: Mike Naberezny mike@maintainable.com
Author: Derek DeVries derek@maintainable.com
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Db/Adapter/Base/Index.php
	
	Category: Horde
License: http://www.horde.org/licenses/bsd
Author: Mike Naberezny mike@maintainable.com
Author: Derek DeVries derek@maintainable.com
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Db/Adapter/Base/Index.php
| 
			 public 
			
			
			 | 
		#
		 __construct( string $table, string $name, boolean $primary, boolean $unique, array $columns )Constructor. | 
| 
			 public 
			string
			
			 | |
| 
			 public 
			string
			
			 | 
| 
			public  
			string
		 | $table The table the index is on. | |
| 
			public  
			string
		 | $name The index's name. | |
| 
			public  
			mixed
		 | $unique | |
| 
			public  
			boolean
		 | $primary Is this a primary key? | |
| 
			public  
			array
		 | $columns The columns this index covers. |