---
title: "What is JDBC ResultSetMetaData interface?"  
description: "What is JDBC ResultSetMetaData interface?"  
author: "Hemant Patel"  
published: 2017-12-08  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/23324/what-is-jdbc-resultsetmetadata-interface  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is JDBC ResultSetMetaData interface?

The ResultSetMetaData interface returns the information of table such as total number of columns, column name, column type etc.

## Answers

### Answer by Hemant Patel

The ResultSetMetaData interface returns the information of table such as total number of columns, column name, column type etc.


---

Original Source: https://www.mindstick.com/interview/23324/what-is-jdbc-resultsetmetadata-interface

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
