---
title: "What does the JDBC ResultSetMetaData interface?"  
description: "What does the JDBC ResultSetMetaData interface?"  
author: "Anonymous User"  
published: 2015-05-18  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2546/what-does-the-jdbc-resultsetmetadata-interface  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What does the 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 Anonymous User

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/2546/what-does-the-jdbc-resultsetmetadata-interface

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
