How to get equivalent of ResultSetMetaData without ResultSet

后端 未结 3 506
一整个雨季
一整个雨季 2021-01-03 11:12

I need to resolve a bunch of column names to column indexes (so as to use some of the nice ResultSetMetaData methods). However, the only way that I know how to

3条回答
提交回复
热议问题