开发者

Can I build a resultset from a file in Java?

开发者 https://www.devze.com 2022-12-25 21:56 出处:网络
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 so

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?


It seems like there already is a Csv2JDBC project, that may contain at least an example implementation of ResultSet.


HSQL also provides support for interpreting csv files as ResultSets.

0

精彩评论

暂无评论...
验证码 换一张
取 消