Documentation TYPO3 par Ameos |
Public Member Functions | |
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) | |
Public Attributes | |
$data = array() | |
$row |
Definition at line 773 of file adodb-xmlschema.inc.php.
|
Initializes the new dbIndex object.
Definition at line 787 of file adodb-xmlschema.inc.php. References dbObject::$parent. |
|
Initializes the new dbData object.
Definition at line 830 of file adodb-xmlschema03.inc.php. References dbObject::$parent. |
|
XML Callback to process CDATA elements Processes XML cdata. private Reimplemented from dbObject. Definition at line 864 of file adodb-xmlschema03.inc.php. References addData(). |
|
XML Callback to process CDATA elements Processes XML cdata. private Reimplemented from dbObject. Definition at line 821 of file adodb-xmlschema.inc.php. References addData(). |
|
XML Callback to process end elements private Reimplemented from dbObject. Definition at line 880 of file adodb-xmlschema03.inc.php. |
|
XML Callback to process end elements private Reimplemented from dbObject. Definition at line 837 of file adodb-xmlschema.inc.php. |
|
XML Callback to process start elements Processes XML opening tags. Elements currently processed are: ROW and F (field). private Reimplemented from dbObject. Definition at line 842 of file adodb-xmlschema03.inc.php. References addField(). |
|
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 799 of file adodb-xmlschema.inc.php. References addField(). |
|
Adds options to the index
Definition at line 921 of file adodb-xmlschema03.inc.php. |
|
Adds options to the index
Definition at line 870 of file adodb-xmlschema.inc.php. Referenced by _tag_cdata(). |
|
Adds a field to the insert
Definition at line 896 of file adodb-xmlschema03.inc.php. References dbObject::FieldID(). |
|
Adds a field to the index
Definition at line 853 of file adodb-xmlschema.inc.php. References dbObject::FieldID(). Referenced by _tag_open(). |
|
Generates the SQL that will add/update the data in the database
Definition at line 935 of file adodb-xmlschema03.inc.php. References $row. |
|
Generates the SQL that will create the index in the database
Definition at line 888 of file adodb-xmlschema.inc.php. References $row. |