/harmoni/core/DBHandler/SelectQuery.interface.php

Description
Classes
Class Description
SelectQueryInterface A SelectQuery interface provides the tools to build an SQL SELECT query.
Includes
require_once ("Query.abstract.php") (line 11)
Constants
ASCENDING = 5 (line 41)

Used with the setOrderBy() method to indicate that the order will be ascending. Used by SelectQueryInterface::setOrderBy().

  • const: ASCENDING The order will be ascending.
DESCENDING = 6 (line 47)

Used with the setOrderBy() method to indicate that the order will be descending. Used by SelectQueryInterface::setOrderBy().

  • const: DESCENDING The order will be descending.
INNER_JOIN = 3 (line 29)

Used with the setTable() method to indicate that an inner join will be performed.

  • const: INNER_JOIN An inner join will be performed.
LEFT_JOIN = 2 (line 23)

Used with the setTable() method to indicate that a left join will be performed.

  • const: LEFT_JOIN A left join will be performed.
NO_JOIN = 1 (line 17)

Used with the setTable() method to indicate that no join will be performed.

  • const: NO_JOIN No join will be performed.
RIGHT_JOIN = 4 (line 35)

Used with the setTable() method to indicate that a right join will be performed.

  • const: RIGHT_JOIN A right join will be performed.

Documentation generated on Wed, 19 Sep 2007 10:26:22 -0400 by phpDocumentor 1.3.0RC3