TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
dbQuerySet (&$parent, $attributes=NULL) | |
_tag_open (&$parser, $tag, $attributes) | |
_tag_cdata (&$parser, $cdata) | |
_tag_close (&$parser, $tag) | |
newQuery () | |
discardQuery () | |
buildQuery ( $sql=NULL) | |
addQuery () | |
create (&$xmls) | |
prefixQuery ( $regex, $query, $prefix=NULL) | |
dbQuerySet (&$parent, $attributes=NULL) | |
_tag_open (&$parser, $tag, $attributes) | |
_tag_cdata (&$parser, $cdata) | |
_tag_close (&$parser, $tag) | |
newQuery () | |
discardQuery () | |
buildQuery ( $sql=NULL) | |
addQuery () | |
create (&$xmls) | |
prefixQuery ( $regex, $query, $prefix=NULL) | |
![]() | |
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 | |
$queries = array() | |
$query | |
$prefixKey = '' | |
$prefixMethod = 'AUTO' | |
![]() | |
$parent | |
$currentElement | |
Definition at line 960 of file adodb-xmlschema.inc.php.
dbQuerySet::_tag_cdata | ( | & | $parser, |
$cdata | |||
) |
XML Callback to process CDATA elements
Definition at line 1040 of file adodb-xmlschema.inc.php.
dbQuerySet::_tag_cdata | ( | & | $parser, |
$cdata | |||
) |
XML Callback to process CDATA elements
Definition at line 1139 of file adodb-xmlschema03.inc.php.
dbQuerySet::_tag_close | ( | & | $parser, |
$tag | |||
) |
XML Callback to process end elements
private
Definition at line 1056 of file adodb-xmlschema.inc.php.
References dbObject\create(), and dbObject\destroy().
dbQuerySet::_tag_close | ( | & | $parser, |
$tag | |||
) |
XML Callback to process end elements
private
Definition at line 1155 of file adodb-xmlschema03.inc.php.
References dbObject\create(), and dbObject\destroy().
dbQuerySet::_tag_open | ( | & | $parser, |
$tag, | |||
$attributes | |||
) |
XML Callback to process start elements. Elements currently processed are: QUERY.
private
Definition at line 1018 of file adodb-xmlschema.inc.php.
References dbObject\supportedPlatform().
dbQuerySet::_tag_open | ( | & | $parser, |
$tag, | |||
$attributes | |||
) |
XML Callback to process start elements. Elements currently processed are: QUERY.
private
Definition at line 1117 of file adodb-xmlschema03.inc.php.
References dbObject\supportedPlatform().
dbQuerySet::addQuery | ( | ) |
Adds a completed query to the query list
Definition at line 1117 of file adodb-xmlschema.inc.php.
dbQuerySet::addQuery | ( | ) |
Adds a completed query to the query list
Definition at line 1216 of file adodb-xmlschema03.inc.php.
dbQuerySet::buildQuery | ( | $sql = NULL | ) |
Appends a line to a query that is being built line by line
string | $data | Line of SQL data or NULL to initialize a new query |
Definition at line 1102 of file adodb-xmlschema.inc.php.
References $sql.
dbQuerySet::buildQuery | ( | $sql = NULL | ) |
Appends a line to a query that is being built line by line
string | $data | Line of SQL data or NULL to initialize a new query |
Definition at line 1201 of file adodb-xmlschema03.inc.php.
References $sql.
dbQuerySet::create | ( | & | $xmls | ) |
Creates and returns the current query set
object | $xmls | adoSchema object |
Definition at line 1135 of file adodb-xmlschema.inc.php.
dbQuerySet::create | ( | & | $xmls | ) |
Creates and returns the current query set
object | $xmls | adoSchema object |
Definition at line 1234 of file adodb-xmlschema03.inc.php.
dbQuerySet::dbQuerySet | ( | & | $parent, |
$attributes = NULL |
|||
) |
Initializes the query set.
object | $parent | Parent object |
array | $attributes | Attributes |
Definition at line 988 of file adodb-xmlschema.inc.php.
References dbObject\$parent.
dbQuerySet::dbQuerySet | ( | & | $parent, |
$attributes = NULL |
|||
) |
Initializes the query set.
object | $parent | Parent object |
array | $attributes | Attributes |
Definition at line 1087 of file adodb-xmlschema03.inc.php.
References dbObject\$parent.
dbQuerySet::discardQuery | ( | ) |
Discards the existing query.
Definition at line 1090 of file adodb-xmlschema.inc.php.
dbQuerySet::discardQuery | ( | ) |
Discards the existing query.
Definition at line 1189 of file adodb-xmlschema03.inc.php.
dbQuerySet::newQuery | ( | ) |
Re-initializes the query.
Definition at line 1079 of file adodb-xmlschema.inc.php.
dbQuerySet::newQuery | ( | ) |
Re-initializes the query.
Definition at line 1178 of file adodb-xmlschema03.inc.php.
dbQuerySet::prefixQuery | ( | $regex, | |
$query, | |||
$prefix = NULL |
|||
) |
Rebuilds the query with the prefix attached to any objects
string | $regex | Regex used to add prefix |
string | $query | SQL query string |
string | $prefix | Prefix to be appended to tables, indices, etc. |
Definition at line 1177 of file adodb-xmlschema.inc.php.
dbQuerySet::prefixQuery | ( | $regex, | |
$query, | |||
$prefix = NULL |
|||
) |
Rebuilds the query with the prefix attached to any objects
string | $regex | Regex used to add prefix |
string | $query | SQL query string |
string | $prefix | Prefix to be appended to tables, indices, etc. |
Definition at line 1276 of file adodb-xmlschema03.inc.php.
References dbObject\$currentElement.
dbQuerySet::$prefixKey = '' |
Definition at line 975 of file adodb-xmlschema.inc.php.
dbQuerySet::$prefixMethod = 'AUTO' |
Definition at line 980 of file adodb-xmlschema.inc.php.
dbQuerySet::$queries = array() |
Definition at line 965 of file adodb-xmlschema.inc.php.
dbQuerySet::$query |
Definition at line 970 of file adodb-xmlschema.inc.php.