Class Xyster_Db_Gateway_TableBuilder_Index

Description

An index for the tablebuilder

  • copyright: Copyright (c) 2007-2008 Irrational Logic (http://irrationallogic.net)
  • license: New BSD License

Located in /Db/Gateway/TableBuilder/Index.php (line 24)


	
			
Direct descendents
Class Description
Xyster_Db_Gateway_TableBuilder_Unique A unique index for the tablebuilder
Variable Summary
mixed $_columns
mixed $_fulltext
mixed $_name
Method Summary
Xyster_Db_Gateway_TableBuilder_Index __construct ( $columns, string $name, [boolean $fulltext = false])
array getColumns ()
array getName ()
boolean isFulltext ()
Variables
mixed $_columns = array() (line 27)
  • access: protected
mixed $_fulltext = false (line 28)
  • access: protected
mixed $_name (line 26)
  • access: protected
Methods
Constructor __construct (line 37)

Creates a new index

  • access: public
Xyster_Db_Gateway_TableBuilder_Index __construct ( $columns, string $name, [boolean $fulltext = false])
  • array $columns
  • string $name
  • boolean $fulltext

Redefined in descendants as:
getColumns (line 49)

Gets an array of the column names in the index

  • access: public
array getColumns ()
getName (line 59)

Gets the name of the index

  • access: public
array getName ()
isFulltext (line 69)

Returns true if the index is fulltext

  • access: public
boolean isFulltext ()

Documentation generated on Mon, 19 May 2008 17:08:22 -0400 by phpDocumentor 1.4.2