Database and Table Metadata through JDBC

Until now I queried the Information schema for the meta data, such as fields of a table, constraints, keys… The Information Schema varies with the database product and must be implemented specifically for one product. But you don’t have to go that route, you can use the meta data within the java.sql package to gain the information. „Database and Table Metadata through JDBC“ weiterlesen