Method |
Description |
|
_tag_cdata ( &$parser, $cdata ) |
XML Callback to process CDATA elements |
|
_tag_close ( &$parser, $tag ) |
XML Callback to process end elements |
|
_tag_open ( &$parser, $tag, $attributes ) |
XML Callback to process start elements |
|
addField ( string $name ) : string |
Adds a field to the index |
|
addIndexOpt ( string $opt ) : string |
Adds options to the index |
|
create ( object &$xmls ) : array |
Generates the SQL that will create the index in the database |
|
dbIndex ( object &$parent, array $attributes = NULL ) |
Initializes the new dbIndex object. |
|
drop ( ) |
Marks an index for destruction |
|