Unified databases so that signals and transactions can be loaded into
same database
This commit is contained in:
@ -45,4 +45,7 @@ public interface IDatabase {
|
||||
*/
|
||||
public void close(PreparedStatement preparedStatement, Connection connection);
|
||||
|
||||
public void setData(String name, Object value);
|
||||
|
||||
public Object getData(String name);
|
||||
}
|
Reference in New Issue
Block a user