java.lang.Object
org.odpi.openmetadata.adapters.connectors.integration.jdbc.transfer.JdbcMetadata

public class JdbcMetadata extends Object
JDBCResourceConnector works exclusively with JDBC API to retrieve metadata. It internally manages the connection but specific calls to open and close the connection are needed, and in some cases converts the result into specific objects.

Generic use case is: connector.open() // connector usage connector.getSchemas() // more connector usage connector.close()