Documentation is available at GenericSQLQuery.interface.php
- <?php
- /**
- * @package harmoni.dbc
- *
- * @copyright Copyright © 2005, Middlebury College
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
- *
- * @version $Id: GenericSQLQuery.interface.php,v 1.5 2007/09/05 21:38:59 adamfranco Exp $
- */
- require_once("Query.interface.php");
- /**
- * 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).
- *
- *
- * @package harmoni.dbc
- *
- * @copyright Copyright © 2005, Middlebury College
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
- *
- * @version $Id: GenericSQLQuery.interface.php,v 1.5 2007/09/05 21:38:59 adamfranco Exp $
- */
- interface GenericSQLQueryInterface
- extends Query
- {
- /**
- * Adds one SQL string to this query.
- * @access public
- * @param string sql One SQL string,
- * @return void
- */
- function addSQLQuery($sql) ;
- ?>
Documentation generated on Wed, 19 Sep 2007 10:23:22 -0400 by phpDocumentor 1.3.0RC3