Is there any way to get the meta-data of a particular table even before executing select statement.
DatabaseMetaData md = connection.getMetaData();
You can learn a lot about tables from this DatabaseMetaData interface.
DatabaseMetaData
2.1m questions
2.1m answers
60 comments
57.0k users