Moodle  2.2.1
http://www.collinsharper.com
dbData Class Reference
Inheritance diagram for dbData:
Collaboration diagram for dbData:

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)

Data Fields

 $data = array()
 $row

Detailed Description

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


Member Function Documentation

_tag_cdata ( &$  parser,
cdata 
)

XML Callback to process CDATA elements

Processes XML cdata.

private

Reimplemented from dbObject.

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

Here is the call graph for this function:

_tag_cdata ( &$  parser,
cdata 
)

XML Callback to process CDATA elements

Processes XML cdata.

private

Reimplemented from dbObject.

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

Here is the call graph for this function:

_tag_close ( &$  parser,
tag 
)

XML Callback to process end elements

private

Reimplemented from dbObject.

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

_tag_close ( &$  parser,
tag 
)

XML Callback to process end elements

private

Reimplemented from dbObject.

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

_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

Reimplemented from dbObject.

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

Here is the call graph for this function:

_tag_open ( &$  parser,
tag,
attributes 
)

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 843 of file adodb-xmlschema03.inc.php.

Here is the call graph for this function:

addData ( cdata)

Adds options to the index

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

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

Here is the caller graph for this function:

addData ( cdata)

Adds options to the index

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

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

addField ( attributes)

Adds a field to the index

Parameters:
string$nameField name
Returns:
string Field list

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

Here is the call graph for this function:

Here is the caller graph for this function:

addField ( attributes)

Adds a field to the insert

Parameters:
string$nameField name
Returns:
string Field list

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

Here is the call graph for this function:

create ( &$  xmls)

Generates the SQL that will create the index in the database

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

Reimplemented from dbObject.

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

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

Reimplemented from dbObject.

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

Here is the call graph for this function:

dbData ( &$  parent,
attributes = NULL 
)

Initializes the new dbIndex object.

Parameters:
object$parentParent object
array$attributesAttributes

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

dbData ( &$  parent,
attributes = NULL 
)

Initializes the new dbData object.

Parameters:
object$parentParent object
array$attributesAttributes

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


Field Documentation

$data = array()

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

$row

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


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Enumerations