While doing jdbc programming, following API interface would be very useful to program generic manner for all jdbc supported databases.
Interface DatabaseMetaData exposes many methods which we’ll use for jdbc programming. For more info on this, you can refer to JDK doc link for the interface DatabaseMetaData.