JDatabaseQueryElement
class JDatabaseQueryElement
Query Element Class.
Methods
__construct(
string $name,
mixed $elements,
string $glue = ',')
Constructor.
string
__toString()
Magic function to convert the query element to a string.
void
append(
mixed $elements)
Appends element parts to the internal list.
array
getElements()
Gets the elements of this element.
setName(
string $name)
Sets the name of this element.
void
__clone()
Method to provide deep copy support to nested objects and arrays when cloning.