RDQL
[ class tree: RDQL ] [ index: RDQL ] [ all elements ]

File: MDB.php

Source Location: /RDF_RDQL-0.2.0/RDF/RDQL/Engine/MDB.php

Classes:

RDF_RDQL_Engine_MDB
Some general methods common for RDQLMemEngine and RDQLDBEngine

Page Details:

This class performs as RDQL query on a Model_MDB.

Provided an RDQL query parsed into an array of php variables and constraints at first the engine generates an sql statement and queries the database for tuples matching all patterns from the WHERE clause of the given RDQL query. Subsequently the result set is is filtered with evaluated boolean expressions from the AND clause of the given RDQL query.

  • Author: Radoslaw Oldakowski <radol@gmx.de>
  • Version: V0.7
  • Access: public

Includes:

require_once('RDF/RDQL/Engine.php') [line 20]

Documentation generated on Mon, 11 Mar 2019 15:39:49 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.