Interface Query

Description

A generic Query interface to be implemented by all Query objects.

  • version: $Id: Query.interface.php,v 1.8 2007/09/05 21:38:59 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/DBHandler/Query.interface.php (line 80)


	
			
Direct descendents
Class Description
DeleteQueryInterface A DeleteQuery interface provides the tools to build an SQL DELETE query.
GenericSQLQueryInterface 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).
InsertQueryInterface An InsertQuery interface provides the tools to build an SQL INSERT query.
SelectQueryInterface A SelectQuery interface provides the tools to build an SQL SELECT query.
UpdateQueryInterface An UpdateQuery interface provides the tools to build an SQL UPDATE query.
Method Summary
integer getType ()
void reset ()
Methods
getType (line 95)

Returns the type of this query.

Returns the type of this query: SELECT, INSERT, DELETE, or UPDATE.

  • return: The type of this query: SELECT, INSERT, DELETE, or UPDATE.
  • access: public
integer getType ()
reset (line 86)

Resets the query.

  • access: public
void reset ()

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