source: Dev/branches/rest-dojo-ui/Demo/rdfapi/sparql/SparqlEngine/PreparedStatement.php @ 312

Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago
File size: 339 bytes
Line 
1<?php
2/**
3*   A prepared statement that can be execute()d later multiple
4*   times with different variable values.
5*
6*   @license http://www.gnu.org/licenses/lgpl.html LGPL
7*   @package sparql
8*/
9class SparqlEngine_PreparedStatement
10{
11    public function execute($arVariables, $resultform)
12    {
13        //FIXME
14    }
15
16}
17?>
Note: See TracBrowser for help on using the repository browser.