\JDatabaseQueryElement
Query Element Class.
Synopsis
class JDatabaseQueryElement
{
- // methods
- public void __construct()
- public string __toString()
- public void append()
- public array getElements()
- public void __clone()
Hierarchy
Extended by
Members
protected
- $elements — array
- $glue — string
- $name — string
Methods
public
- __construct() — Constructor.
- __clone() — Method to provide deep copy support to nested objects and arrays when cloning.
- __toString() — Magic function to convert the query element to a string.
- append() — Appends element parts to the internal list.
- getElements() — Gets the elements of this element.