如何获取 JDBC 连接 url 字符串

发布于 2024-12-09 02:24:14 字数 135 浏览 0 评论 0原文

我不知道为什么我找不到这个。我的库采用 jdbc 连接对象,我需要为不同的连接(可能是不同的数据库)支持一些不同的元数据,所以我想我可以使用连接 URL 字符串作为我的地图的键,但我找不到它。

有没有办法从连接对象获取连接 URL 字符串?

I don't know why I can't find this. My library takes a jdbc connection object and I need to support some different meta-data for different connections (which may be to different databases) so I figure I could use the connection URL string as the key for my map but I can't find it.

Is there any way to get the connection URL string from a connection object?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你穿错了嫁妆 2024-12-16 02:24:14

Connection.getMetaData().getURL() 或其他方法之一(例如 DatabaseMetadata.getDriverName())将为您提供有关数据库连接的信息。

Connection.getMetaData().getURL() or one of the other methods such as DatabaseMetadata.getDriverName() will give you information about the database connection.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文