Interface GenericSQLQueryInterface

Description

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).

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

Located in /harmoni/core/DBHandler/GenericSQLQuery.interface.php (line 27)

Query
   |
   --GenericSQLQueryInterface
Method Summary
void addSQLQuery (string $sql)
Methods
addSQLQuery (line 38)

Adds one SQL string to this query.

  • access: public
void addSQLQuery (string $sql)
  • string $sql: sql One SQL string,

Inherited Methods

Inherited From Query

Query::getType()
Query::reset()

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