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 |
---|---|
MySQLInput(MySQLSession session,
java.lang.String isfName) |
The constructor sets a connection to the database.
|
MySQLOutput(MySQLSession session,
java.lang.String isfName) |
Sets a read-write connection to the database and creates the tables needed to store the
decision problem.
|
MySQLRandom(MySQLSession session,
java.lang.String isfName) |
Sets a connection to the database.
|