Implements interfaces:
A generic Query interface to be implemented by all Query objects.
Located in /harmoni/core/DBHandler/Query.abstract.php (line 24)
SObject | --QueryAbstract
Class | Description |
---|---|
DeleteQuery | A DeleteQuery class provides the tools to build a DELETE query. |
GenericSQLQuery | A GenericSQLQuery provides a way to specify the SQL string manually. Use this query type to execute queries not available through the other Query objects (for example, data-definition queries). |
InsertQuery | An InsertQuery object provides the tools to build an INSERT query. |
SelectQuery | A SelectQuery class provides the tools to build a SELECT query. |
UpdateQuery | An UpdateQuery class provides the tools to build an UPDATE query. |
The type of the query.
The type of the query. Allowed values: SELECT, INSERT, DELETE, or UPDATE. var integer $_type The type of the query.
Add a comparison where the value is quoted and escaped.
Add a where clause of the form column='value'.
Add a where clause of the form column>'value'.
Add a where clause of the form column>='value'.
Add a where clause of the form column IN ('xxx', 'yyy').
Add a where clause of the form column<'value'.
Add a where clause of the form column<='value'.
Add a where clause of the form column!='value'.
Add a where clause of the form column NOT IN ('xxx', 'yyy').
Add a where clause of the form column IS NOT NULL.
Add a where clause of the form column IS NULL.
Add a comparison where the value is NOT quoted or escaped
Add a where clause of the form column='value'.
Add a where clause of the form column>'value'.
Add a where clause of the form column>='value'.
Add a where clause of the form column IN ('xxx', 'yyy').
Add a where clause of the form column<'value'.
Add a where clause of the form column<='value'.
Add a where clause of the form column!='value'.
Add a where clause of the form column NOT IN ('xxx', 'yyy').
Answer a string representation of the query.
Answer a safe SQL column string
Returns the type of this query.
Returns the type of this query: SELECT, INSERT, DELETE, or UPDATE.
Resets the query.
Inherited From SObject
SObject::asA()
SObject::asString()
SObject::copy()
SObject::copySameFrom()
SObject::copyTwoLevel()
SObject::deepCopy()
SObject::isEqual()
SObject::isEqualTo()
SObject::isNotEqualTo()
SObject::isNotReferenceTo()
SObject::isReferenceTo()
SObject::newFrom()
SObject::postCopy()
SObject::printableString()
SObject::shallowCopy()
SObject::_deepCopyArray()
Documentation generated on Wed, 19 Sep 2007 10:25:44 -0400 by phpDocumentor 1.3.0RC3