|
In the process of developing software applications, developers often
encounter various tasks related to processing tabular data arrays.
For example, such tasks as calculating maximums or sums, using
search, applying sorting, etc. It is convenient to deal with such
tasks by using the classical SQL - language for processing
relational data that has been universally used in a lot of popular
DBMSs for decades. But unfortunately, Java Development Kit does not
provide software developers with standard classes for processing
data with the help of SQL. Here you can find collection classes,
such as Hashtable, Vector etc. that are rather difficult to use
directly for this type of tasks. To solve this problem,
StelsEngine was developed. It makes it possible to effectively
process data with the help of SQL (Click
here to view an example of the StelsEngine use).
Last version: 2.0
Driver documentation
Supported SQL Syntax
License
Click here to download an
evaluation version of StelsEngine
Click here to order the StelsEngine
|