Method getConnection()
Return type:
java.sql.Connection
Member of:
java.sql.DatabaseMetaData
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
dbMeta.getConnection().setCatalog(this.getCatalogName());
2
metadata.getConnection().clearWarnings();
3
assertEquals( "metaData.getConnection", connectionWrapper, wrappedMetaData.getConnection() );
4
metadata.getConnection().clearWarnings();
5
Connection retrievedConnection = dmd.getConnection();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.