"TYPO3 4.0.1: dbObject Class Reference", "datetime" => "Sat Dec 2 19:24:48 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>

dbObject Class Reference

Inheritance diagram for dbObject:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 dbObject (&$parent, $attributes=NULL)
 _tag_open (&$parser, $tag, $attributes)
 _tag_cdata (&$parser, $cdata)
 _tag_close (&$parser, $tag)
 create ()
 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 ()
 destroy ()
 supportedPlatform ($platform=NULL)
 prefix ($name= '')
 FieldID ($field)

Public Attributes

 $parent
 $currentElement

Detailed Description

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


Constructor & Destructor Documentation

dbObject::dbObject &$  parent,
attributes = NULL
 

NOP

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

References $parent.

dbObject::dbObject &$  parent,
attributes = NULL
 

NOP

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

References $parent.


Member Function Documentation

dbObject::_tag_cdata &$  parser,
cdata
 

XML Callback to process CDATA elements

private

Reimplemented in dbTable, dbIndex, dbData, dbQuerySet, dbTable, dbIndex, dbData, and dbQuerySet.

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

dbObject::_tag_cdata &$  parser,
cdata
 

XML Callback to process CDATA elements

private

Reimplemented in dbTable, dbIndex, dbData, dbQuerySet, dbTable, dbIndex, dbData, and dbQuerySet.

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

dbObject::_tag_close &$  parser,
tag
 

XML Callback to process end elements

private

Reimplemented in dbTable, dbIndex, dbData, dbQuerySet, dbTable, dbIndex, dbData, and dbQuerySet.

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

dbObject::_tag_close &$  parser,
tag
 

XML Callback to process end elements

private

Reimplemented in dbTable, dbIndex, dbData, dbQuerySet, dbTable, dbIndex, dbData, and dbQuerySet.

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

dbObject::_tag_open &$  parser,
tag,
attributes
 

XML Callback to process start elements

private

Reimplemented in dbTable, dbIndex, dbData, dbQuerySet, dbTable, dbIndex, dbData, and dbQuerySet.

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

dbObject::_tag_open &$  parser,
tag,
attributes
 

XML Callback to process start elements

private

Reimplemented in dbTable, dbIndex, dbData, dbQuerySet, dbTable, dbIndex, dbData, and dbQuerySet.

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

dbObject::destroy  ) 
 

Destroys the object

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

dbObject::destroy  ) 
 

Destroys the object

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

Referenced by dbQuerySet::_tag_close(), and dbTable::_tag_close().

dbObject::FieldID field  ) 
 

Extracts a field ID from the specified field.

Parameters:
string $field Field.
Returns:
string Field ID.

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

dbObject::FieldID field  ) 
 

Extracts a field ID from the specified field.

Parameters:
string $field Field.
Returns:
string Field ID.

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

Referenced by dbData::addField(), dbIndex::addField(), dbTable::addField(), and dbTable::addFieldOpt().

dbObject::prefix name = ''  ) 
 

Returns the prefix set by the ranking ancestor of the database object.

Parameters:
string $name Prefix string.
Returns:
string Prefix.

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

dbObject::prefix name = ''  ) 
 

Returns the prefix set by the ranking ancestor of the database object.

Parameters:
string $name Prefix string.
Returns:
string Prefix.

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

Referenced by dbIndex::dbIndex(), and dbTable::dbTable().

dbObject::supportedPlatform platform = NULL  ) 
 

Checks whether the specified RDBMS is supported by the current database object or its ranking ancestor.

Parameters:
string $platform RDBMS platform name (from ADODB platform list).
Returns:
boolean TRUE if RDBMS is supported; otherwise returns FALSE.

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

dbObject::supportedPlatform platform = NULL  ) 
 

Checks whether the specified RDBMS is supported by the current database object or its ranking ancestor.

Parameters:
string $platform RDBMS platform name (from ADODB platform list).
Returns:
boolean TRUE if RDBMS is supported; otherwise returns FALSE.

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

Referenced by dbQuerySet::_tag_open(), and dbTable::_tag_open().


Member Data Documentation

dbObject::$currentElement
 

var string current element

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

dbObject::$parent
 

var object Parent

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

Referenced by dbData::dbData(), dbIndex::dbIndex(), dbObject(), dbQuerySet::dbQuerySet(), and dbTable::dbTable().


The documentation for this class was generated from the following files: