

Fonctions membres publiques | |
| dbData (&$parent, $attributes=NULL) | |
| _tag_open (&$parser, $tag, $attributes) | |
| _tag_cdata (&$parser, $cdata) | |
| _tag_close (&$parser, $tag) | |
| addField ($attributes) | |
| addData ($cdata) | |
| create (&$xmls) | |
| dbData (&$parent, $attributes=NULL) | |
| _tag_open (&$parser, $tag, $attributes) | |
| _tag_cdata (&$parser, $cdata) | |
| _tag_close (&$parser, $tag) | |
| addField ($attributes) | |
| addData ($cdata) | |
| create (&$xmls) | |
Attributs publics | |
| $data = array() | |
| $row | |
| dbData::dbData | ( | &$ | parent, | |
| $ | attributes = NULL | |||
| ) |
Initializes the new dbIndex object.
| object | $parent Parent object | |
| array | $attributes Attributes |
| dbData::_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.
| dbData::_tag_cdata | ( | &$ | parser, | |
| $ | cdata | |||
| ) |
XML Callback to process CDATA elements
Processes XML cdata.
private
Réimplémentée à partir de dbObject.
| dbData::_tag_close | ( | &$ | parser, | |
| $ | tag | |||
| ) |
| dbData::addField | ( | $ | attributes | ) |
Adds a field to the index
| string | $name Field name |
| dbData::addData | ( | $ | cdata | ) |
Adds options to the index
| string | $opt Comma-separated list of index options. |
| dbData::create | ( | &$ | xmls | ) |
Generates the SQL that will create the index in the database
| object | $xmls adoSchema object |
| dbData::dbData | ( | &$ | parent, | |
| $ | attributes = NULL | |||
| ) |
Initializes the new dbData object.
| object | $parent Parent object | |
| array | $attributes Attributes |
| dbData::_tag_open | ( | &$ | parser, | |
| $ | tag, | |||
| $ | attributes | |||
| ) |
XML Callback to process start elements
Processes XML opening tags. Elements currently processed are: ROW and F (field).
private
Réimplémentée à partir de dbObject.
| dbData::_tag_cdata | ( | &$ | parser, | |
| $ | cdata | |||
| ) |
XML Callback to process CDATA elements
Processes XML cdata.
private
Réimplémentée à partir de dbObject.
| dbData::_tag_close | ( | &$ | parser, | |
| $ | tag | |||
| ) |
| dbData::addField | ( | $ | attributes | ) |
Adds a field to the insert
| string | $name Field name |
| dbData::addData | ( | $ | cdata | ) |
Adds options to the index
| string | $opt Comma-separated list of index options. |
| dbData::create | ( | &$ | xmls | ) |
Generates the SQL that will add/update the data in the database
| object | $xmls adoSchema object |
| dbData::$data = array() |
| dbData::$row |
1.5.3