

Fonctions membres publiques | |
| dbIndex (&$parent, $attributes=NULL) | |
| _tag_open (&$parser, $tag, $attributes) | |
| _tag_cdata (&$parser, $cdata) | |
| _tag_close (&$parser, $tag) | |
| addField ($name) | |
| addIndexOpt ($opt) | |
| create (&$xmls) | |
| drop () | |
| dbIndex (&$parent, $attributes=NULL) | |
| _tag_open (&$parser, $tag, $attributes) | |
| _tag_cdata (&$parser, $cdata) | |
| _tag_close (&$parser, $tag) | |
| addField ($name) | |
| addIndexOpt ($opt) | |
| create (&$xmls) | |
| drop () | |
Attributs publics | |
| $name | |
| $opts = array() | |
| $columns = array() | |
| $drop = FALSE | |
| dbIndex::dbIndex | ( | &$ | parent, | |
| $ | attributes = NULL | |||
| ) |
Initializes the new dbIndex object.
| object | $parent Parent object | |
| array | $attributes Attributes |
| dbIndex::_tag_open | ( | &$ | parser, | |
| $ | tag, | |||
| $ | attributes | |||
| ) |
XML Callback to process start elements
Processes XML opening tags. Elements currently processed are: DROP, CLUSTERED, BITMAP, UNIQUE, FULLTEXT & HASH.
private
Réimplémentée à partir de dbObject.
| dbIndex::_tag_cdata | ( | &$ | parser, | |
| $ | cdata | |||
| ) |
XML Callback to process CDATA elements
Processes XML cdata.
private
Réimplémentée à partir de dbObject.
| dbIndex::_tag_close | ( | &$ | parser, | |
| $ | tag | |||
| ) |
| dbIndex::addField | ( | $ | name | ) |
Adds a field to the index
| string | $name Field name |
| dbIndex::addIndexOpt | ( | $ | opt | ) |
Adds options to the index
| string | $opt Comma-separated list of index options. |
| dbIndex::create | ( | &$ | xmls | ) |
Generates the SQL that will create the index in the database
| object | $xmls adoSchema object |
| dbIndex::drop | ( | ) |
Marks an index for destruction
| dbIndex::dbIndex | ( | &$ | parent, | |
| $ | attributes = NULL | |||
| ) |
Initializes the new dbIndex object.
| object | $parent Parent object | |
| array | $attributes Attributes |
| dbIndex::_tag_open | ( | &$ | parser, | |
| $ | tag, | |||
| $ | attributes | |||
| ) |
XML Callback to process start elements
Processes XML opening tags. Elements currently processed are: DROP, CLUSTERED, BITMAP, UNIQUE, FULLTEXT & HASH.
private
Réimplémentée à partir de dbObject.
| dbIndex::_tag_cdata | ( | &$ | parser, | |
| $ | cdata | |||
| ) |
XML Callback to process CDATA elements
Processes XML cdata.
private
Réimplémentée à partir de dbObject.
| dbIndex::_tag_close | ( | &$ | parser, | |
| $ | tag | |||
| ) |
| dbIndex::addField | ( | $ | name | ) |
Adds a field to the index
| string | $name Field name |
| dbIndex::addIndexOpt | ( | $ | opt | ) |
Adds options to the index
| string | $opt Comma-separated list of index options. |
| dbIndex::create | ( | &$ | xmls | ) |
Generates the SQL that will create the index in the database
| object | $xmls adoSchema object |
| dbIndex::drop | ( | ) |
Marks an index for destruction
| dbIndex::$name |
| dbIndex::$opts = array() |
| dbIndex::$columns = array() |
| dbIndex::$drop = FALSE |
1.5.3