Last change
on this file since 12 was
12,
checked in by basvannuland, 14 years ago
|
Added RAP RDF API
Added RDF reader writer for save and load survey
|
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 | */
|
---|
9 | class 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.