public class JdbcMetadata.DbMetadata
extends Object
| Constructor and Description |
|---|
DbMetadata(ConnectionFactory connectionFactory)
Instantiates a new DbMetadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
free()
Releases connection.
|
Connection |
getConnection()
Gets the connection.
|
DatabaseMetaData |
getDatabaseMetaData()
Gets the database meta data.
|
public DbMetadata(ConnectionFactory connectionFactory) throws Exception
connectionFactory - the connection factoryException - in case of any errorCopyright © 2010-2020 Toolsverse. All Rights Reserved.