source: Dev/branches/jQueryUI/server/rdfapi/sparql/SparqlEngine/PreparedStatement.php @ 249

Last change on this file since 249 was 249, checked in by hendrikvanantwerpen, 13 years ago

This one's for Subversion, because it's so close...

First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.

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.