public interface UserDataIO
Modifier and Type | Method and Description |
---|---|
void |
readUserData(java.sql.Connection conn, Network network)
Reads user defined data from the database and associates it with the network.
|
void |
writeUserData(java.sql.Connection conn, Network network)
Writes the user defined data to the database.
|
void readUserData(java.sql.Connection conn, Network network)
conn
- the database connectionnetwork
- the network with which the user's data is to be associatedvoid writeUserData(java.sql.Connection conn, Network network)
conn
- the database connectionnetwork
- the network with which the user defined data is to be associated.