Actions
Bug #1586
closedQuery engine implementation for data query in kepler
Start date:
06/04/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1586
Description
This task is for query data object locally (in Kepler). After loading data
object into db system (See bug 1584), we need a engine to excute the query which
user specifies in UI. This engine will connect db, excute the query and return
the data object.
Updated by Jing Tao almost 20 years ago
We use hsql as sql engine in kepler and use can set a text file as data source.
It works fine. The implemenation is in dataquery package.
Actions