TYPO3 CMS  TYPO3_7-6
dbData Class Reference
Inheritance diagram for dbData:
dbObject dbObject

Public Member Functions

 __construct (&$parent, $attributes=NULL)
 
 _tag_open (&$parser, $tag, $attributes)
 
 _tag_cdata (&$parser, $cdata)
 
 _tag_close (&$parser, $tag)
 
 addField ( $attributes)
 
 addData ( $cdata)
 
 create (&$xmls)
 
 __construct (&$parent, $attributes=NULL)
 
 _tag_open (&$parser, $tag, $attributes)
 
 _tag_cdata (&$parser, $cdata)
 
 _tag_close (&$parser, $tag)
 
 addField ( $attributes)
 
 addData ( $cdata)
 
 create (&$xmls)
 
- Public Member Functions inherited from dbObject
 __construct (&$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)
 
 __construct (&$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

 $data = array()
 
 $row
 
- Public Attributes inherited from dbObject
 $parent
 
 $currentElement
 

Detailed Description

Definition at line 774 of file adodb-xmlschema.inc.php.

Constructor & Destructor Documentation

◆ __construct() [1/2]

dbData::__construct ( $parent,
  $attributes = NULL 
)

Initializes the new dbIndex object.

Parameters
object$parentParent object
array$attributesAttributes

Definition at line 788 of file adodb-xmlschema.inc.php.

References dbObject\$parent.

◆ __construct() [2/2]

dbData::__construct ( $parent,
  $attributes = NULL 
)

Initializes the new dbData object.

Parameters
object$parentParent object
array$attributesAttributes

Definition at line 830 of file adodb-xmlschema03.inc.php.

References dbObject\$parent.

Member Function Documentation

◆ _tag_cdata() [1/2]

dbData::_tag_cdata ( $parser,
  $cdata 
)

XML Callback to process CDATA elements

Processes XML cdata.

private

Definition at line 822 of file adodb-xmlschema.inc.php.

◆ _tag_cdata() [2/2]

dbData::_tag_cdata ( $parser,
  $cdata 
)

XML Callback to process CDATA elements

Processes XML cdata.

private

Definition at line 864 of file adodb-xmlschema03.inc.php.

◆ _tag_close() [1/2]

dbData::_tag_close ( $parser,
  $tag 
)

XML Callback to process end elements

private

Definition at line 838 of file adodb-xmlschema.inc.php.

◆ _tag_close() [2/2]

dbData::_tag_close ( $parser,
  $tag 
)

XML Callback to process end elements

private

Definition at line 880 of file adodb-xmlschema03.inc.php.

◆ _tag_open() [1/2]

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

Definition at line 800 of file adodb-xmlschema.inc.php.

◆ _tag_open() [2/2]

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

Definition at line 842 of file adodb-xmlschema03.inc.php.

◆ addData() [1/2]

dbData::addData (   $cdata)

Adds options to the index

Parameters
string$optComma-separated list of index options.
Returns
string Option list

Definition at line 871 of file adodb-xmlschema.inc.php.

◆ addData() [2/2]

dbData::addData (   $cdata)

Adds options to the index

Parameters
string$optComma-separated list of index options.
Returns
string Option list

Definition at line 921 of file adodb-xmlschema03.inc.php.

◆ addField() [1/2]

dbData::addField (   $attributes)

Adds a field to the index

Parameters
string$nameField name
Returns
string Field list

Definition at line 854 of file adodb-xmlschema.inc.php.

References dbObject\FieldID().

◆ addField() [2/2]

dbData::addField (   $attributes)

Adds a field to the insert

Parameters
string$nameField name
Returns
string Field list

Definition at line 896 of file adodb-xmlschema03.inc.php.

References dbObject\FieldID().

◆ create() [1/2]

dbData::create ( $xmls)

Generates the SQL that will create the index in the database

Parameters
object$xmlsadoSchema object
Returns
array Array containing index creation SQL

Definition at line 889 of file adodb-xmlschema.inc.php.

References $sql.

◆ create() [2/2]

dbData::create ( $xmls)

Generates the SQL that will add/update the data in the database

Parameters
object$xmlsadoSchema object
Returns
array Array containing index creation SQL

Definition at line 935 of file adodb-xmlschema03.inc.php.

References $sql, and logMsg().

Member Data Documentation

◆ $data

dbData::$data = array()

Definition at line 776 of file adodb-xmlschema.inc.php.

◆ $row

dbData::$row

Definition at line 778 of file adodb-xmlschema.inc.php.