Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.core.db |
This package provides classes that can be used to access the data in a database.
|
Constructor | Description |
---|---|
HSQLInput(HSQLSession session,
java.lang.String isfName) |
The constructor sets a connection to the database.
|
HSQLOutput(HSQLSession session,
java.lang.String isfName) |
This method sets a connection to the database and creates all the necessary
tables, which will contain attributes, examples, and possibly other data.
|
HSQLRandom(HSQLSession session,
java.lang.String isfName) |
Sets a connection to the database.
|