Class SparqlEngineDb_PreparedStatement

Description

A prepared statement that can be execute()d later multiple times with different variable values.

Located in /sparql/SparqlEngineDb/PreparedStatement.php (line 12)

SparqlEngine_PreparedStatement
   |
   --SparqlEngineDb_PreparedStatement
Variable Summary
Method Summary
SparqlEngineDb_PreparedStatement __construct (SparqlEngineDb $sparqlEngine)
mixed execute (array $arVariables, [string $resultform = false])
Variables
mixed $sparqlEngine = null (line 14)
  • access: protected
Methods
Constructor __construct (line 17)
  • access: public
SparqlEngineDb_PreparedStatement __construct (SparqlEngineDb $sparqlEngine)
execute (line 31)

Execute the prepared statement and returns the result.

  • return: Anything a sparql query can return
  • access: public
mixed execute (array $arVariables, [string $resultform = false])
  • array $arVariables: Array of sparql query variables => values
  • string $resultform: Which result form you need

Redefinition of:
SparqlEngine_PreparedStatement::execute()

Inherited Methods

Inherited From SparqlEngine_PreparedStatement

SparqlEngine_PreparedStatement::execute()

Documentation generated on Fri, 1 Jun 2007 16:50:25 +0200 by phpDocumentor 1.3.2