TYPO3 CMS
TYPO3_6-2
|
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 () | |
![]() | |
dbObject (&$parent, $attributes=NULL) | |
_tag_open (&$parser, $tag, $attributes) | |
_tag_cdata (&$parser, $cdata) | |
_tag_close (&$parser, $tag) | |
create (&$xmls) | |
destroy () | |
supportedPlatform ( $platform=NULL) | |
prefix ( $name='') | |
FieldID ( $field) | |
dbObject (&$parent, $attributes=NULL) | |
_tag_open (&$parser, $tag, $attributes) | |
_tag_cdata (&$parser, $cdata) | |
_tag_close (&$parser, $tag) | |
create (&$xmls) | |
destroy () | |
supportedPlatform ( $platform=NULL) | |
prefix ( $name='') | |
FieldID ( $field) | |
Public Attributes | |
$name | |
$opts = array() | |
$columns = array() | |
$drop = FALSE | |
![]() | |
$parent | |
$currentElement | |
Definition at line 614 of file adodb-xmlschema.inc.php.
dbIndex::_tag_cdata | ( | & | $parser, |
$cdata | |||
) |
XML Callback to process CDATA elements
Processes XML cdata.
private
Definition at line 686 of file adodb-xmlschema.inc.php.
dbIndex::_tag_cdata | ( | & | $parser, |
$cdata | |||
) |
XML Callback to process CDATA elements
Processes XML cdata.
private
Definition at line 727 of file adodb-xmlschema03.inc.php.
dbIndex::_tag_close | ( | & | $parser, |
$tag | |||
) |
XML Callback to process end elements
private
Definition at line 702 of file adodb-xmlschema.inc.php.
dbIndex::_tag_close | ( | & | $parser, |
$tag | |||
) |
XML Callback to process end elements
private
Definition at line 743 of file adodb-xmlschema03.inc.php.
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
Definition at line 659 of file adodb-xmlschema.inc.php.
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
Definition at line 700 of file adodb-xmlschema03.inc.php.
dbIndex::addField | ( | $name | ) |
Adds a field to the index
string | $name | Field name |
Definition at line 718 of file adodb-xmlschema.inc.php.
References dbObject\FieldID().
dbIndex::addField | ( | $name | ) |
Adds a field to the index
string | $name | Field name |
Definition at line 759 of file adodb-xmlschema03.inc.php.
References dbObject\FieldID().
dbIndex::addIndexOpt | ( | $opt | ) |
Adds options to the index
string | $opt | Comma-separated list of index options. |
Definition at line 731 of file adodb-xmlschema.inc.php.
dbIndex::addIndexOpt | ( | $opt | ) |
Adds options to the index
string | $opt | Comma-separated list of index options. |
Definition at line 772 of file adodb-xmlschema03.inc.php.
dbIndex::create | ( | & | $xmls | ) |
Generates the SQL that will create the index in the database
object | $xmls | adoSchema object |
Definition at line 744 of file adodb-xmlschema.inc.php.
dbIndex::create | ( | & | $xmls | ) |
Generates the SQL that will create the index in the database
object | $xmls | adoSchema object |
Definition at line 785 of file adodb-xmlschema03.inc.php.
dbIndex::dbIndex | ( | & | $parent, |
$attributes = NULL |
|||
) |
Initializes the new dbIndex object.
object | $parent | Parent object |
array | $attributes | Attributes |
Definition at line 645 of file adodb-xmlschema.inc.php.
References dbObject\$parent, and dbObject\prefix().
dbIndex::dbIndex | ( | & | $parent, |
$attributes = NULL |
|||
) |
Initializes the new dbIndex object.
object | $parent | Parent object |
array | $attributes | Attributes |
Definition at line 686 of file adodb-xmlschema03.inc.php.
References dbObject\$parent, and dbObject\prefix().
dbIndex::drop | ( | ) |
Marks an index for destruction
Definition at line 762 of file adodb-xmlschema.inc.php.
dbIndex::drop | ( | ) |
Marks an index for destruction
Definition at line 803 of file adodb-xmlschema03.inc.php.
dbIndex::$columns = array() |
Definition at line 629 of file adodb-xmlschema.inc.php.
dbIndex::$drop = FALSE |
Definition at line 635 of file adodb-xmlschema.inc.php.
dbIndex::$name |
Definition at line 619 of file adodb-xmlschema.inc.php.
dbIndex::$opts = array() |
Definition at line 624 of file adodb-xmlschema.inc.php.