ResultSetMetaData Get Table Metadata JDBC

What is metadata of a table? The number of columns, data type of each column, name of each column, primary keys etc. constitutes the metadata of a table. Actual data refers the records in the table. Using JDBC, metadata of a table can be retrieved. The ResultSetMetaData interface can hold the metadata of the table …

ResultSetMetaData Get Table Metadata JDBC Read More »