Skip navigation links

Package uk.ac.ed.epcc.webapp.jdbc.expr

This package contains logic for accessing expressions over values from objects/records.

See: Description

Package uk.ac.ed.epcc.webapp.jdbc.expr Description

This package contains logic for accessing expressions over values from objects/records. There are 3 basic types: These allow the target clauses of complex queries to be built. The where clauses are handled by the filter classes some of which are also built out of SQLExpressions

Normally the SQLValue and SQLExpression interfaces are used to directly query the database. The Accessor interfaces provide the same functionality when records are retrieved as objects and queried individually.

 
Skip navigation links