SPARQL engine optimized for databases.
Generates SQL statements to directly query the database, letting the database system do all the hard work like selecting, joining, filtering and ordering results.
Located in /sparql/SparqlEngineDb.php (line 18)
Prepared SQL statements are stored in here.
If the prepared statement is really prepared, or if we just emulate it.
Database connection object.
Internal ID for our graph model.
Stored in the database along the statements.
Prepared statments preparator instance
SQL generator instance
Type sorting instance
Use SparqlEngine::factory() to create the instance
Execute a prepared statement by filling it with variables
Create a prepared statement that can be executed later.
Sends the sql to the database and returns the results.
Query the database with the given SPARQL query.
Executes multiple SQL queries and returns an array of results.
Documentation generated on Fri, 1 Jun 2007 16:52:08 +0200 by phpDocumentor 1.3.2