In this article we will learn about ResultSetMetaData interface and its use in JDBC programs. This article is a part of our core java tutorial for beginners. Some of the methods available in ResultSetMetaData interface are given below: Method Description public int getColumnCount() throws SQLException Returns the number of columns in the result set […]
