Documentation TYPO3 par Ameos |
Public Member Functions | |
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 () | |
Public Attributes | |
$name | |
$opts = array() | |
$columns = array() | |
$drop = FALSE |
Definition at line 612 of file adodb-xmlschema.inc.php.
|
Initializes the new dbIndex object.
Definition at line 643 of file adodb-xmlschema.inc.php. References dbObject::$parent, and dbObject::prefix(). |
|
Initializes the new dbIndex object.
Definition at line 685 of file adodb-xmlschema03.inc.php. References dbObject::$parent, and dbObject::prefix(). |
|
XML Callback to process CDATA elements Processes XML cdata. private Reimplemented from dbObject. Definition at line 726 of file adodb-xmlschema03.inc.php. References addField(). |
|
XML Callback to process CDATA elements Processes XML cdata. private Reimplemented from dbObject. Definition at line 684 of file adodb-xmlschema.inc.php. References addField(). |
|
XML Callback to process end elements private Reimplemented from dbObject. Definition at line 742 of file adodb-xmlschema03.inc.php. |
|
XML Callback to process end elements private Reimplemented from dbObject. Definition at line 700 of file adodb-xmlschema.inc.php. |
|
XML Callback to process start elements Processes XML opening tags. Elements currently processed are: DROP, CLUSTERED, BITMAP, UNIQUE, FULLTEXT & HASH. private Reimplemented from dbObject. Definition at line 699 of file adodb-xmlschema03.inc.php. References addIndexOpt(), and drop(). |
|
XML Callback to process start elements Processes XML opening tags. Elements currently processed are: DROP, CLUSTERED, BITMAP, UNIQUE, FULLTEXT & HASH. private Reimplemented from dbObject. Definition at line 657 of file adodb-xmlschema.inc.php. References addIndexOpt(), and drop(). |
|
Adds a field to the index
Definition at line 758 of file adodb-xmlschema03.inc.php. References $name, and dbObject::FieldID(). |
|
Adds a field to the index
Definition at line 716 of file adodb-xmlschema.inc.php. References $name, and dbObject::FieldID(). Referenced by _tag_cdata(). |
|
Adds options to the index
Definition at line 771 of file adodb-xmlschema03.inc.php. |
|
Adds options to the index
Definition at line 729 of file adodb-xmlschema.inc.php. Referenced by _tag_open(). |
|
Generates the SQL that will create the index in the database
Definition at line 784 of file adodb-xmlschema03.inc.php. References drop(). |
|
Generates the SQL that will create the index in the database
Definition at line 742 of file adodb-xmlschema.inc.php. References drop(). |
|
Marks an index for destruction Definition at line 802 of file adodb-xmlschema03.inc.php. References drop(). |
|
Marks an index for destruction Definition at line 760 of file adodb-xmlschema.inc.php. Referenced by _tag_open(), create(), and drop(). |