I don’t have much experience working with resultsets, but as ResultSet is an interface, I guess I could implement it to work with a file as a backend. Is this nonsense? Is there any solution already given for my problem?
I don’t have much experience working with resultsets, but as ResultSet is an interface,
Share
It seems like there already is a Csv2JDBC project, that may contain at least an example implementation of ResultSet.